From 00a841d83aeb4fa657d9dbfee58ac9b36eee3382 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Mon, 15 Dec 2025 23:54:24 -0500 Subject: Converted slideshow to react, more shifter progress --- src/styles/window.css | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'src/styles/window.css') diff --git a/src/styles/window.css b/src/styles/window.css index 8718330..52de268 100644 --- a/src/styles/window.css +++ b/src/styles/window.css @@ -13,6 +13,33 @@ font-weight: 400; } +@font-face { + font-family: Cambria; + src: url('/assets/fonts/cambria/Cambria-01.woff2') format('woff2'); + font-style: normal; + font-weight: 400; +} + +@font-face { + font-family: Cambria; + src: url('/assets/fonts/cambria/cambriab.woff2') format('woff2'); + font-style: normal; + font-weight: bold; +} + +@font-face { + font-family: Cambria; + src: url('/assets/fonts/cambria/cambriai.woff2') format('woff2'); + font-style: italic; + font-weight: 400; +} + +@font-face { + font-family: Cambria; + src: url('/assets/fonts/cambria/cambriaz.woff2') format('woff2'); + font-style: italic; + font-weight: bold; +} :root { --titlebar-colour: #808080; -- cgit v1.2.3