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, 12 insertions, 0 deletions
diff --git a/radicale_web/web/css/fonts.css b/radicale_web/web/css/fonts.css
new file mode 100644
index 0000000..297998e
--- /dev/null
+++ b/radicale_web/web/css/fonts.css
@@ -0,0 +1,12 @@
+@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