From 56dc2f02c9ff4f6d43aeebabefa8c28bb3e86192 Mon Sep 17 00:00:00 2001 From: John Skottis Date: Fri, 10 May 2024 14:36:07 +0100 Subject: [PATCH] Add crossmark symbol sym.rs --- crates/typst/src/symbols/sym.rs | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/crates/typst/src/symbols/sym.rs b/crates/typst/src/symbols/sym.rs index 0456ed189374..527801a21042 100644 --- a/crates/typst/src/symbols/sym.rs +++ b/crates/typst/src/symbols/sym.rs @@ -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: '※',