From 156f7f8546890c6406001061dae199f8320ca83b Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sat, 1 May 2021 00:48:35 +0200 Subject: Add web fonts. --- public/fonts/fonts.css | 88 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 88 insertions(+) create mode 100644 public/fonts/fonts.css (limited to 'public/fonts/fonts.css') diff --git a/public/fonts/fonts.css b/public/fonts/fonts.css new file mode 100644 index 0000000..641373e --- /dev/null +++ b/public/fonts/fonts.css @@ -0,0 +1,88 @@ +@font-face { + font-family: 'Circled Numbers'; + src: url('CircledNumbers.woff2') format('woff2'); + unicode-range: U+2460-2465, U+2776-277B; +} + +@font-face { + font-family: 'Dingbats'; + src: url('Dingbats.woff2') format('woff2'); + unicode-range: U+2701-27FF; +} + +@font-face { + font-family: 'Noto Emoji'; + src: url('NotoEmoji.woff2') format('woff2'); +} + +@font-face { + font-family: 'Source Sans'; + src: url('SourceSans3-Regular.woff2') format('woff2'); +} + +@font-face { + font-family: 'Source Sans'; + font-style: italic; + src: url('SourceSans3-It.woff2') format('woff2'); +} + +@font-face { + font-family: 'Source Sans'; + font-weight: bold; + src: url('SourceSans3-Semibold.woff2') format('woff2'); +} + +@font-face { + font-family: 'Source Sans'; + font-weight: bold; + font-style: italic; + src: url('SourceSans3-SemiboldIt.woff2') format('woff2'); +} + +@font-face { + font-family: 'Source Serif'; + src: url('SourceSerif4-Regular.woff2') format('woff2'); +} + +@font-face { + font-family: 'Source Serif'; + font-style: italic; + src: url('SourceSerif4-It.woff2') format('woff2'); +} + +@font-face { + font-family: 'Source Serif'; + font-weight: bold; + src: url('SourceSerif4-Semibold.woff2') format('woff2'); +} + +@font-face { + font-family: 'Source Serif'; + font-weight: bold; + font-style: italic; + src: url('SourceSerif4-SemiboldIt.woff2') format('woff2'); +} + +@font-face { + font-family: 'Source Serif SmText'; + src: url('SourceSerif4SmText-Regular.woff2') format('woff2'); +} + +@font-face { + font-family: 'Source Serif SmText'; + font-style: italic; + src: url('SourceSerif4SmText-It.woff2') format('woff2'); +} + +@font-face { + font-family: 'Source Serif SmText'; + font-weight: bold; + src: url('SourceSerif4SmText-Semibold.woff2') format('woff2'); +} + +@font-face { + font-family: 'Source Serif SmText'; + font-weight: bold; + font-style: italic; + src: url('SourceSerif4SmText-SemiboldIt.woff2') format('woff2'); +} -- cgit v1.2.3