drop emoji font
parent
486967ce36
commit
a6cb201e9c
Binary file not shown.
Binary file not shown.
|
@ -33,12 +33,3 @@
|
|||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Noto Color Emoji';
|
||||
src: url('/assets/noto-color-emoji/NotoColorEmoji-Regular.woff2') format('woff2'),
|
||||
url('/assets/noto-color-emoji/NotoColorEmoji-Regular.ttf') format('truetype');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
html {
|
||||
color-scheme: dark;
|
||||
|
||||
font-family: "Rouna", 'Noto Color Emoji', sans-serif;
|
||||
font-family: "Rouna", sans-serif;
|
||||
font-size: 14pt;
|
||||
|
||||
background-color: var(--bg-col);
|
||||
|
|
Loading…
Reference in New Issue