diff options
author | Tor Andersson <tor@ccxvii.net> | 2022-02-08 00:13:41 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2022-02-15 12:18:30 +0100 |
commit | 4bedfa9d5dfc5007a9d4c93654ed0b6e109c67d5 (patch) | |
tree | 5fe0d93bf1351989cc6436f0814c12a5b3732b6d /public/fonts/fonts.css | |
parent | 7cfce92c538bbd5cb5dc95e0ee3b7ce78959657e (diff) | |
download | server-4bedfa9d5dfc5007a9d4c93654ed0b6e109c67d5.tar.gz |
Put all web fonts into same CSS file.
Use bolder Circled Number font.
Diffstat (limited to 'public/fonts/fonts.css')
-rw-r--r-- | public/fonts/fonts.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/public/fonts/fonts.css b/public/fonts/fonts.css index 2dfe776..5d47424 100644 --- a/public/fonts/fonts.css +++ b/public/fonts/fonts.css @@ -1,15 +1,23 @@ @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:'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')} @font-face{font-family:'Source Sans';font-weight:bold;src:url('/fonts/SourceSans3-Semibold.woff2')format('woff2')} @font-face{font-family:'Source Sans';font-weight:bold;font-style:italic;src:url('/fonts/SourceSans3-SemiboldIt.woff2')format('woff2')} + @font-face{font-family:'Source Serif';src:url('/fonts/SourceSerif4-Regular.woff2')format('woff2')} @font-face{font-family:'Source Serif';font-style:italic;src:url('/fonts/SourceSerif4-It.woff2')format('woff2')} @font-face{font-family:'Source Serif';font-weight:bold;src:url('/fonts/SourceSerif4-Semibold.woff2')format('woff2')} @font-face{font-family:'Source Serif';font-weight:bold;font-style:italic;src:url('/fonts/SourceSerif4-SemiboldIt.woff2')format('woff2')} + @font-face{font-family:'Source Serif SmText';src:url('/fonts/SourceSerif4SmText-Regular.woff2')format('woff2')} @font-face{font-family:'Source Serif SmText';font-style:italic;src:url('/fonts/SourceSerif4SmText-It.woff2')format('woff2')} @font-face{font-family:'Source Serif SmText';font-weight:bold;src:url('/fonts/SourceSerif4SmText-Semibold.woff2')format('woff2')} @font-face{font-family:'Source Serif SmText';font-weight:bold;font-style:italic;src:url('/fonts/SourceSerif4SmText-SemiboldIt.woff2')format('woff2')} + +@font-face{font-family:'Gentium Basic';src:url('GentiumBasic-Regular.woff2')format('woff2')} +@font-face{font-family:'Gentium Basic';font-style:italic;src:url('GentiumBasic-Italic.woff2')format('woff2')} +@font-face{font-family:'Gentium Basic';font-weight:bold;src:url('GentiumBasic-Bold.woff2')format('woff2')} +@font-face{font-family:'Gentium Basic';font-weight:bold;font-style:italic;src:url('GentiumBasic-BoldItalic.woff2')format('woff2')} |