aboutsummaryrefslogtreecommitdiff
path: root/radicale_web/web/css/fonts.css
diff options
context:
space:
mode:
Diffstat (limited to 'radicale_web/web/css/fonts.css')
-rw-r--r--radicale_web/web/css/fonts.css12
1 files changed, 0 insertions, 12 deletions
diff --git a/radicale_web/web/css/fonts.css b/radicale_web/web/css/fonts.css
deleted file mode 100644
index 297998e..0000000
--- a/radicale_web/web/css/fonts.css
+++ /dev/null
@@ -1,12 +0,0 @@
-@font-face {
- font-family: 'Roboto';
- font-style: normal;
- font-weight: 300;
- src: local('Roboto Light'), local('Roboto-Light'), url(fonts/Roboto-Light.woff2) format('woff2');
-}
-@font-face {
- font-family: 'Roboto';
- font-style: normal;
- font-weight: 400;
- src: local('Roboto'), local('Roboto-Regular'), url(fonts/Roboto-Light.woff2) format('woff2');
-}
bgstack15