From 45557cdd61850abc30959c39054d29b45fefb8c2 Mon Sep 17 00:00:00 2001 From: Minteck Date: Thu, 16 Dec 2021 23:06:28 +0100 Subject: It's finally done! --- htdocs/public/assets/css/fonts.css | 19 ------------------- 1 file changed, 19 deletions(-) delete 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 deleted file mode 100644 index a7fc4d5..0000000 --- a/htdocs/public/assets/css/fonts.css +++ /dev/null @@ -1,19 +0,0 @@ -@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