From 359776af874a5ab5d7e7179588aa178af7a0874c Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Fri, 2 Jan 2026 18:33:12 -0500 Subject: Remove Baskerville, use EB Garamond --- static/fonts/eb-garamond/font.css | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 static/fonts/eb-garamond/font.css (limited to 'static/fonts/eb-garamond/font.css') diff --git a/static/fonts/eb-garamond/font.css b/static/fonts/eb-garamond/font.css new file mode 100644 index 0000000..db7773b --- /dev/null +++ b/static/fonts/eb-garamond/font.css @@ -0,0 +1,27 @@ +@font-face { + font-family: 'EB Garamond'; + font-style: normal; + font-weight: normal; + src: url('./EBGaramond-Regular.ttf'); +} + +@font-face { + font-family: 'EB Garamond'; + font-style: normal; + font-weight: bold; + src: url('./EBGaramond-Bold.ttf'); +} + +@font-face { + font-family: 'EB Garamond'; + font-style: italic; + font-weight: normal; + src: url('./EBGaramond-Italic.ttf'); +} + +@font-face { + font-family: 'EB Garamond'; + font-style: italic; + font-weight: bold; + src: url('./EBGaramond-BoldItalic.ttf'); +} -- cgit v1.2.3