From dc2fd65e6bfeaa2c475d5042f64263ac9427c22f Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Tue, 8 Nov 2022 10:28:58 -0800 Subject: completely changed backend --- build/website/fonts/stylesheet.css | 48 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 build/website/fonts/stylesheet.css (limited to 'build/website/fonts/stylesheet.css') diff --git a/build/website/fonts/stylesheet.css b/build/website/fonts/stylesheet.css new file mode 100644 index 0000000..cb08cd3 --- /dev/null +++ b/build/website/fonts/stylesheet.css @@ -0,0 +1,48 @@ +/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on October 7, 2022 */ + + + +@font-face { + font-family: 'liberation_monobold'; + src: url('liberationmono-bold-webfont.woff2') format('woff2'), + url('liberationmono-bold-webfont.woff') format('woff'); + font-weight: normal; + font-style: normal; + +} + + + + +@font-face { + font-family: 'liberation_monobold_italic'; + src: url('liberationmono-bolditalic-webfont.woff2') format('woff2'), + url('liberationmono-bolditalic-webfont.woff') format('woff'); + font-weight: normal; + font-style: normal; + +} + + + + +@font-face { + font-family: 'liberation_monoitalic'; + src: url('liberationmono-italic-webfont.woff2') format('woff2'), + url('liberationmono-italic-webfont.woff') format('woff'); + font-weight: normal; + font-style: normal; + +} + + + + +@font-face { + font-family: 'liberation_monoregular'; + src: url('liberationmono-regular-webfont.woff2') format('woff2'), + url('liberationmono-regular-webfont.woff') format('woff'); + font-weight: normal; + font-style: normal; + +} \ No newline at end of file -- cgit