mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Fix display of some emoji on Windows (#1933)
This commit is contained in:
parent
e2640edb79
commit
29f803e25d
2 changed files with 8 additions and 2 deletions
|
@ -70,6 +70,8 @@ export const FONT_FAMILY = {
|
|||
3: "Cascadia",
|
||||
} as const;
|
||||
|
||||
export const WINDOWS_EMOJI_FALLBACK_FONT = "Segoe UI Emoji";
|
||||
|
||||
export const DEFAULT_FONT_SIZE = 20;
|
||||
export const DEFAULT_FONT_FAMILY: FontFamily = 1;
|
||||
export const DEFAULT_TEXT_ALIGN = "left";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue