Skip to content

Commit 49664ba

Browse files
committed
Emoji consistency for monospace (e.g. EasyMDE)
1 parent f4d9206 commit 49664ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_src/less/_base.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
:root {
22
/* documented customizable variables */
33
--fonts-proportional: -apple-system, "Segoe UI", system-ui, "Roboto", "Helvetica Neue", "Arial", "Noto Sans", "Liberation Sans";
4-
--fonts-monospace: "SFMono-Regular", "Menlo", "Monaco", "Consolas", "Liberation Mono", "Courier New", monospace;
4+
--fonts-monospace: "SFMono-Regular", "Menlo", "Monaco", "Consolas", "Liberation Mono", "Courier New", monospace, var(--fonts-emoji);
55
--fonts-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", "Twemoji Mozilla";
66
/* other variables */
77
--fonts-regular: var(--fonts-proportional), var(--fonts-emoji), sans-serif;

0 commit comments

Comments
 (0)