summaryrefslogtreecommitdiff
path: root/crates
diff options
context:
space:
mode:
authorJohn Skottis <giannis.sc@gmail.com>2024-05-13 11:05:39 +0100
committerGitHub <noreply@github.com>2024-05-13 10:05:39 +0000
commite8ee15277dbd8b5b5373c202de2a6a9e8d18ce16 (patch)
treef55bdd9b61fd15f1ce6fb43f2bf1321fd63a1a32 /crates
parent32a84e5127e025bd5cc6aefde6b5c15d7882f90a (diff)
Add crossmark symbol sym.rs (#4113)
Diffstat (limited to 'crates')
-rw-r--r--crates/typst/src/symbols/sym.rs3
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: '※',