diff options
author | Unrud <unrud@openaliasbox.org> | 2017-03-10 22:57:59 +0100 |
---|---|---|
committer | Unrud <unrud@openaliasbox.org> | 2017-03-11 00:42:55 +0100 |
commit | ee811b91a1e8b9ae1eaf9a531fe6dec514d591e8 (patch) | |
tree | 86fd2012ed5af9dc76ac75c1e0a7883eb6461ddc /radicale_web/web/css/fonts.css | |
download | radicaleinfcloud-ee811b91a1e8b9ae1eaf9a531fe6dec514d591e8.tar.gz radicaleinfcloud-ee811b91a1e8b9ae1eaf9a531fe6dec514d591e8.tar.bz2 radicaleinfcloud-ee811b91a1e8b9ae1eaf9a531fe6dec514d591e8.zip |
Init
Diffstat (limited to 'radicale_web/web/css/fonts.css')
-rw-r--r-- | radicale_web/web/css/fonts.css | 12 |
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'); +} |