mirror of https://github.com/stelzo/typst.git
Add checkmark ballot symbols (#4825)
This commit is contained in:
parent
3d980fe4a3
commit
c57593c94c
|
|
@ -487,7 +487,7 @@ pub(crate) const SYM: &[(&str, Symbol)] = symbols! {
|
||||||
yen: '¥',
|
yen: '¥',
|
||||||
|
|
||||||
// Miscellaneous.
|
// Miscellaneous.
|
||||||
ballot: ['☐', x: '☒'],
|
ballot: ['☐', cross: '☒', check: '☑', check.heavy: '🗹'],
|
||||||
checkmark: ['✓', light: '🗸', heavy: '✔'],
|
checkmark: ['✓', light: '🗸', heavy: '✔'],
|
||||||
crossmark: ['✗', heavy: '✘'],
|
crossmark: ['✗', heavy: '✘'],
|
||||||
floral: ['❦', l: '☙', r: '❧'],
|
floral: ['❦', l: '☙', r: '❧'],
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue