diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-11-28 13:42:26 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-11-30 21:43:46 +0100 |
commit | cce92d3bc08acca3fe24ccfd5bbba58b03292f8d (patch) | |
tree | f5ac34252055f5e6a8fcc44f8d2fc04fe6fddb17 /public/fonts | |
parent | 55daad7d367676c326a364f89f648115a7928f53 (diff) | |
download | server-cce92d3bc08acca3fe24ccfd5bbba58b03292f8d.tar.gz |
Add 1-10 to number font.
Diffstat (limited to 'public/fonts')
-rw-r--r-- | public/fonts/CircledNumbers.woff2 | bin | 1964 -> 2168 bytes | |||
-rw-r--r-- | public/fonts/fonts.css | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/public/fonts/CircledNumbers.woff2 b/public/fonts/CircledNumbers.woff2 Binary files differindex 0d165ff..c12e9bf 100644 --- a/public/fonts/CircledNumbers.woff2 +++ b/public/fonts/CircledNumbers.woff2 diff --git a/public/fonts/fonts.css b/public/fonts/fonts.css index ef78a3b..4f36d9b 100644 --- a/public/fonts/fonts.css +++ b/public/fonts/fonts.css @@ -1,4 +1,4 @@ -@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-2467,U+2776-277F} @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')} |