diff options
author | Preston Pan <preston@nullring.xyz> | 2022-11-08 10:28:58 -0800 |
---|---|---|
committer | Preston Pan <preston@nullring.xyz> | 2022-11-08 10:28:58 -0800 |
commit | dc2fd65e6bfeaa2c475d5042f64263ac9427c22f (patch) | |
tree | 3f680c74d831c984048080e0ff7d86fb7c5f1f05 /build/website/fonts/stylesheet.css |
completely changed backend
Diffstat (limited to 'build/website/fonts/stylesheet.css')
-rw-r--r-- | build/website/fonts/stylesheet.css | 48 |
1 files changed, 48 insertions, 0 deletions
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 |