drop emoji font

main
Charlotte Som 2024-02-05 22:10:38 +00:00
parent 486967ce36
commit a6cb201e9c
4 changed files with 1 additions and 10 deletions

View File

@ -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;
}

View File

@ -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);