Add emoji "font" and use it on body

This commit is contained in:
David Lapshin
2024-05-17 02:49:43 +03:00
parent 26b61baa4f
commit 5aa694a42b
2 changed files with 3 additions and 1 deletions

View File

@ -31,7 +31,7 @@ body {
min-height: 100vh;
color: var(--fg-color);
line-height: 1.6;
font-family: var(--font-system-ui);
font-family: var(--font-system-ui), var(--font-emoji);
}
// Style text selection to use primary color