diff options
| author | kj_sh604 | 2026-03-17 00:46:04 -0400 |
|---|---|---|
| committer | kj_sh604 | 2026-03-17 00:46:04 -0400 |
| commit | 84905ab0d1f3cc5f5315c9b18a2660dad9d8d9e9 (patch) | |
| tree | ee99252e2de116ec4ed13709095839251c5e0ce9 /packages | |
| parent | aef3f1e0dd7bf1d08f61f1bbbd4a9ec25b802cb7 (diff) | |
refactor: packages/excalidraw/constants.ts
Diffstat (limited to 'packages')
| -rw-r--r-- | packages/excalidraw/constants.ts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/excalidraw/constants.ts b/packages/excalidraw/constants.ts index 62b9a14..a289a1c 100644 --- a/packages/excalidraw/constants.ts +++ b/packages/excalidraw/constants.ts @@ -137,6 +137,11 @@ export const FONT_FAMILY = { "Lilita One": 7, "Comic Shanns": 8, "Liberation Sans": 9, + "Roboto Mono": 10, + "Liberation Mono": 11, + "Liberation Serif": 12, + "JetBrains Mono": 13, + "Adwaita Sans": 14, }; export const FONT_FAMILY_FALLBACKS = { |
