diff options
Diffstat (limited to 'website/fonts/stylesheet.css')
-rw-r--r-- | website/fonts/stylesheet.css | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/website/fonts/stylesheet.css b/website/fonts/stylesheet.css new file mode 100644 index 0000000..cb08cd3 --- /dev/null +++ b/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 |