diff --git a/sass/_main.scss b/sass/_main.scss index 1a01d86..ea7a893 100644 --- a/sass/_main.scss +++ b/sass/_main.scss @@ -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 diff --git a/sass/_variables.scss b/sass/_variables.scss index 775380f..2d432a0 100644 --- a/sass/_variables.scss +++ b/sass/_variables.scss @@ -48,6 +48,7 @@ --font-antique: Superclarendon, "Bookman Old Style", "URW Bookman", "URW Bookman L", "Georgia Pro", Georgia, serif; --font-didone: Didot, "Bodoni MT", "Noto Serif Display", "URW Palladio L", P052, Sylfaen, serif; --font-handwritten: "Segoe Print", "Bradley Hand", Chilanka, TSCu_Comic, casual, cursive; + --font-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; @media (prefers-color-scheme: dark) { // COLORS @@ -75,6 +76,7 @@ } @media (prefers-reduced-motion) { + *, *::before, *::after {