From 4e9a5aa80175da0cb4c77cf4cf333a71d646220e Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Wed, 8 Dec 2021 17:34:18 +0100 Subject: Convert rule books to a searchable HTML format. --- public/fonts/gentium.css | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 public/fonts/gentium.css (limited to 'public/fonts/gentium.css') diff --git a/public/fonts/gentium.css b/public/fonts/gentium.css new file mode 100644 index 0000000..b85caa3 --- /dev/null +++ b/public/fonts/gentium.css @@ -0,0 +1,24 @@ +@font-face { + font-family: 'Gentium Basic'; + font-style: normal; + font-weight: 400; + src: url('gentium-basic-v12-latin-regular.woff2') format('woff2'); +} +@font-face { + font-family: 'Gentium Basic'; + font-style: italic; + font-weight: 400; + src: url('gentium-basic-v12-latin-italic.woff2') format('woff2'); +} +@font-face { + font-family: 'Gentium Basic'; + font-style: normal; + font-weight: bold; + src: url('gentium-basic-v12-latin-700.woff2') format('woff2'); +} +@font-face { + font-family: 'Gentium Basic'; + font-style: italic; + font-weight: bold; + src: url('gentium-basic-v12-latin-700italic.woff2') format('woff2'); +} -- cgit v1.2.3