Skip to content

Commit

Permalink
Add crossmark symbol sym.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
giannissc committed May 10, 2024
1 parent 7905de6 commit 56dc2f0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion crates/typst/src/symbols/sym.rs
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,13 @@ pub(crate) const SYM: &[(&str, Symbol)] = symbols! {

// Miscellaneous.
ballot: ['☐', x: '☒'],
checkmark: ['✓', light: '🗸'],
mark:[
'✓',
check.light: '🗸',
check.heavy: '✔',
cross: '✗',
cross.heavy: '✘'
],
floral: ['❦', l: '☙', r: '❧'],
notes: [up: '🎜', down: '🎝'],
refmark: '※',
Expand Down

0 comments on commit 56dc2f0

Please sign in to comment.