From 75f1e778d5f98a582c6bf9945e73727e0cf29075 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sun, 29 Oct 2023 22:44:06 +0100 Subject: Use WOFF2 fonts --- src/style.css | 54 +++++++++++++++++++++++++++--------------------------- 1 file changed, 27 insertions(+), 27 deletions(-) (limited to 'src/style.css') diff --git a/src/style.css b/src/style.css index d29027b..96902fa 100644 --- a/src/style.css +++ b/src/style.css @@ -1,30 +1,30 @@ -/* @font-face { */ -/* font-family: 'Ysabeau'; */ -/* src: url('/fonts/Ysabeau-Medium.otf') format('opentype'); */ -/* font-weight: 500; */ -/* font-style: normal; */ -/* } */ - -/* @font-face { */ -/* font-family: 'Ysabeau'; */ -/* src: url('/fonts/Ysabeau-MediumItalic.otf') format('opentype'); */ -/* font-weight: 500; */ -/* font-style: italic; */ -/* } */ - -/* @font-face { */ -/* font-family: 'Ysabeau'; */ -/* src: url('/fonts/Ysabeau-Bold.otf') format('opentype'); */ -/* font-weight: bold; */ -/* font-style: normal; */ -/* } */ - -/* @font-face { */ -/* font-family: 'Ysabeau'; */ -/* src: url('/fonts/Ysabeau-BoldItalic.otf') format('opentype'); */ -/* font-weight: bold; */ -/* font-style: italic; */ -/* } */ +@font-face { + font-family: 'Ysabeau'; + src: url('/fonts/Ysabeau-Medium.woff2') format('woff2'); + font-weight: 500; + font-style: normal; +} + +@font-face { + font-family: 'Ysabeau'; + src: url('/fonts/Ysabeau-MediumItalic.woff2') format('woff2'); + font-weight: 500; + font-style: italic; +} + +@font-face { + font-family: 'Ysabeau'; + src: url('/fonts/Ysabeau-Bold.woff2') format('woff2'); + font-weight: bold; + font-style: normal; +} + +@font-face { + font-family: 'Ysabeau'; + src: url('/fonts/Ysabeau-BoldItalic.woff2') format('woff2'); + font-weight: bold; + font-style: italic; +} :root { --background-color: #121212; -- cgit v1.2.3