From cce92d3bc08acca3fe24ccfd5bbba58b03292f8d Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Tue, 28 Nov 2023 13:42:26 +0100 Subject: Add 1-10 to number font. --- public/fonts/CircledNumbers.woff2 | Bin 1964 -> 2168 bytes public/fonts/fonts.css | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'public') diff --git a/public/fonts/CircledNumbers.woff2 b/public/fonts/CircledNumbers.woff2 index 0d165ff..c12e9bf 100644 Binary files a/public/fonts/CircledNumbers.woff2 and b/public/fonts/CircledNumbers.woff2 differ 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')} -- cgit v1.2.3