diff options
author | Jean-Christophe Saad-Dupuy <saad.dupuy@gmail.com> | 2013-10-08 13:00:43 +0200 |
---|---|---|
committer | Jean-Christophe Saad-Dupuy <saad.dupuy@gmail.com> | 2013-10-08 13:00:43 +0200 |
commit | 2f3425dff699dee249bd223ad564395e254552f4 (patch) | |
tree | 3fa51d2ee51de66e4c0495992c1a6a17502e63c2 | |
parent | 272600ff80556e328a2f53dd36dacf0000e5c557 (diff) | |
download | wallabag-2f3425dff699dee249bd223ad564395e254552f4.tar.gz wallabag-2f3425dff699dee249bd223ad564395e254552f4.tar.zst wallabag-2f3425dff699dee249bd223ad564395e254552f4.zip |
Added font-face linked to local font
-rw-r--r-- | themes/default/css/style.css | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/themes/default/css/style.css b/themes/default/css/style.css index 3ef9c823..670eb50f 100644 --- a/themes/default/css/style.css +++ b/themes/default/css/style.css | |||
@@ -1,3 +1,12 @@ | |||
1 | @font-face { | ||
2 | font-family: 'Roboto'; | ||
3 | font-style: normal; | ||
4 | font-weight: 400; | ||
5 | src: local('Roboto Regular'), local('Roboto-Regular'), url(../fonts/Roboto.woff) format('woff'); | ||
6 | } | ||
7 | |||
8 | |||
9 | |||
1 | body { | 10 | body { |
2 | margin: 10px; | 11 | margin: 10px; |
3 | font-family: 'Roboto',Verdana,Geneva,sans-serif; | 12 | font-family: 'Roboto',Verdana,Geneva,sans-serif; |
@@ -318,4 +327,4 @@ a.link span, | |||
318 | a.bad-display span, | 327 | a.bad-display span, |
319 | a.reading-time span { | 328 | a.reading-time span { |
320 | background-repeat: no-repeat; | 329 | background-repeat: no-repeat; |
321 | } \ No newline at end of file | 330 | } |