diff options
| author | kj-sh604 | 2025-02-07 14:37:15 -0500 |
|---|---|---|
| committer | kj-sh604 | 2025-02-07 14:37:15 -0500 |
| commit | 3956989bc4e0b83c750964d0cf56e5b895679dd7 (patch) | |
| tree | 937475a5bb281e1c75ff82dbbc6a8939a5f8cbae /css/style-unminified.css | |
| parent | 339b9bb3a13edf2feaeb82c9538cd131f85a37cf (diff) | |
refactor: add fallback emojis
Diffstat (limited to '')
| -rw-r--r-- | css/style-unminified.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/css/style-unminified.css b/css/style-unminified.css index 0711ed7..bfe7800 100644 --- a/css/style-unminified.css +++ b/css/style-unminified.css @@ -5,7 +5,7 @@ body { margin: auto; padding: 0 1rem; margin-bottom: 31.25rem; - font-family: sans-serif; + font-family: sans-serif, 'Noto Color Emoji', 'Apple Color Emoji', 'Segoe UI Emoji'; } a { @@ -22,7 +22,7 @@ h1 { h1.forte { text-align: center; - font-family: 'Forte', 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; + font-family: 'Forte', 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif, 'Noto Color Emoji', 'Apple Color Emoji', 'Segoe UI Emoji'; font-size: 2.25rem; padding: 0.625rem; } |
