From ed74f4cde74ed8594edec851bb0ffe027e482d4d Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Wed, 3 Aug 2022 19:22:40 +0200 Subject: Don't use google fonts for Libre Baskerville in rulebook. --- fonts/LibreBaskerville-Bold.woff2 | Bin 0 -> 43476 bytes fonts/LibreBaskerville-Italic.woff2 | Bin 0 -> 50676 bytes fonts/LibreBaskerville-Regular.woff2 | Bin 0 -> 42600 bytes fonts/LibreBaskerville.css | 18 ++++++++++++++++++ 4 files changed, 18 insertions(+) create mode 100644 fonts/LibreBaskerville-Bold.woff2 create mode 100644 fonts/LibreBaskerville-Italic.woff2 create mode 100644 fonts/LibreBaskerville-Regular.woff2 create mode 100644 fonts/LibreBaskerville.css (limited to 'fonts') diff --git a/fonts/LibreBaskerville-Bold.woff2 b/fonts/LibreBaskerville-Bold.woff2 new file mode 100644 index 0000000..cc40f4b Binary files /dev/null and b/fonts/LibreBaskerville-Bold.woff2 differ diff --git a/fonts/LibreBaskerville-Italic.woff2 b/fonts/LibreBaskerville-Italic.woff2 new file mode 100644 index 0000000..eb8df97 Binary files /dev/null and b/fonts/LibreBaskerville-Italic.woff2 differ diff --git a/fonts/LibreBaskerville-Regular.woff2 b/fonts/LibreBaskerville-Regular.woff2 new file mode 100644 index 0000000..c497ef2 Binary files /dev/null and b/fonts/LibreBaskerville-Regular.woff2 differ diff --git a/fonts/LibreBaskerville.css b/fonts/LibreBaskerville.css new file mode 100644 index 0000000..844d0d2 --- /dev/null +++ b/fonts/LibreBaskerville.css @@ -0,0 +1,18 @@ +@font-face { + font-family: 'Libre Baskerville'; + font-style: italic; + font-weight: 400; + src: url(LibreBaskerville-Italic.woff2) format('woff2'); +} +@font-face { + font-family: 'Libre Baskerville'; + font-style: normal; + font-weight: 400; + src: url(LibreBaskerville-Regular.woff2) format('woff2'); +} +@font-face { + font-family: 'Libre Baskerville'; + font-style: normal; + font-weight: 700; + src: url(LibreBaskerville-Bold.woff2) format('woff2'); +} -- cgit v1.2.3