diff options
| -rw-r--r-- | crates/typst/src/symbols/sym.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/crates/typst/src/symbols/sym.rs b/crates/typst/src/symbols/sym.rs index 0456ed18..c2bc0065 100644 --- a/crates/typst/src/symbols/sym.rs +++ b/crates/typst/src/symbols/sym.rs @@ -464,7 +464,8 @@ pub(crate) const SYM: &[(&str, Symbol)] = symbols! { // Miscellaneous. ballot: ['☐', x: '☒'], - checkmark: ['✓', light: '🗸'], + checkmark: ['✓', light: '🗸', heavy: '✔'], + crossmark: ['✗', heavy: '✘'], floral: ['❦', l: '☙', r: '❧'], notes: [up: '🎜', down: '🎝'], refmark: '※', |
