From e509211fb8f6608e911721ce243aaa6d1725e7ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Zrounba?= <6691770+clement-z@users.noreply.github.com> Date: Sat, 12 Dec 2020 21:41:11 +0100 Subject: Initial commit --- html/fonts.css | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 html/fonts.css (limited to 'html/fonts.css') diff --git a/html/fonts.css b/html/fonts.css new file mode 100644 index 0000000..ec15c62 --- /dev/null +++ b/html/fonts.css @@ -0,0 +1,44 @@ +@font-face { + font-family: CascadiaCode; + src: local("CascadiaCode-Light"), url(fonts/CascadiaCode-Light.ttf); + font-weight:200; +} + +@font-face { + font-family: CascadiaCode; + src: local("CascadiaCode-Regular"), url(fonts/CascadiaCode-Regular.ttf); +} + +@font-face { + font-family: OpenDyslexic; + src: local("OpenDyslexic-Regular"), url(fonts/OpenDyslexic-Regular.otf) format("opentype"); + font-weight: normal; + font-style: normal; +} + +@font-face { + font-family: OpenDyslexic; + src: local("OpenDyslexic-Italic"), url(fonts/OpenDyslexic-Italic.otf) format("opentype"); + font-weight: normal; + font-style: italic; +} + +@font-face { + font-family: OpenDyslexic; + src: local("OpenDyslexic-Bold"), url(fonts/OpenDyslexic-Bold.otf) format("opentype"); + font-weight: bold; + font-style: normal; +} + +@font-face { + font-family: OpenDyslexic; + src: local("OpenDyslexic-BoldItalic"), url(fonts/OpenDyslexic-BoldItalic.otf) format("opentype"); + font-weight: bold; + font-style: italic; +} + +@font-face { + font-family: OpenDyslexic, monospace; + src: local("OpenDyslexicMono-Regular"), url(fonts/OpenDyslexicMono-Regular.otf) format("opentype"); +} + -- cgit v1.2.3