diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-08-23 18:46:32 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-08-31 22:52:37 +0200 |
commit | cce4df5b31627482ca1ce595223e4ae02800f0dc (patch) | |
tree | 311bb62cabcfa317f4c74f0906786f9fe4d76bdf /public/fonts | |
parent | 23ccfae95c9297dbeeb2b8378d1cfea0f96d7e36 (diff) | |
download | server-cce4df5b31627482ca1ce595223e4ae02800f0dc.tar.gz |
Tweak CSS syntax.
Diffstat (limited to 'public/fonts')
-rw-r--r-- | public/fonts/fonts.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/public/fonts/fonts.css b/public/fonts/fonts.css index 05ed936..7c9d86a 100644 --- a/public/fonts/fonts.css +++ b/public/fonts/fonts.css @@ -1,6 +1,6 @@ -@font-face{font-family:'Circled Numbers';src:url('/fonts/CircledNumbers.woff2')format('woff2');unicode-range:U+2460-2465, U+2776-277B} +@font-face{font-family:'Circled Numbers';src:url('/fonts/CircledNumbers.woff2')format('woff2');unicode-range:U+2460-2465,U+2776-277B} @font-face{font-family:'Dingbats';src:url('/fonts/Dingbats.woff2')format('woff2');unicode-range:U+2701-27FF} -@font-face{font-family:'Noto Emoji';src:url('/fonts/NotoEmoji.woff2')format('woff2')} +@font-face{font-family:'Noto Emoji';src:url('/fonts/NotoEmoji.woff2')format('woff2');unicode-range:U+2701-27FF,U+1F000-U+1FFFF} @font-face{font-family:'Source Sans';src:url('/fonts/SourceSans3-Regular.woff2')format('woff2')} @font-face{font-family:'Source Sans';font-style:italic;src:url('/fonts/SourceSans3-It.woff2')format('woff2')} |