From 3a94acf27ea1eff8bd1125450f07c0c366332e80 Mon Sep 17 00:00:00 2001 From: Minteck Date: Sun, 17 Oct 2021 20:08:04 +0200 Subject: Initial commit --- htdocs/public/assets/css/fonts.css | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 htdocs/public/assets/css/fonts.css (limited to 'htdocs/public/assets/css/fonts.css') diff --git a/htdocs/public/assets/css/fonts.css b/htdocs/public/assets/css/fonts.css new file mode 100644 index 0000000..a7fc4d5 --- /dev/null +++ b/htdocs/public/assets/css/fonts.css @@ -0,0 +1,19 @@ +@font-face { + font-family: 'Raleway'; + src: url('/assets/fonts/new/regular.ttf'); + font-weight: 125 950; + font-stretch: 75% 125%; + font-style: normal; +} + +@font-face { + font-family: 'Raleway'; + src: url('/assets/fonts/new/italic.ttf'); + font-weight: 125 950; + font-stretch: 75% 125%; + font-style: italic; +} + +* { + font-family: "Raleway", sans-serif; +} \ No newline at end of file -- cgit