aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/default/css/style.css
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-10-08 04:10:37 -0700
committerNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-10-08 04:10:37 -0700
commit2502e1359c1a81c1f9a1822459c0d904c6a7da43 (patch)
treed91fe9786cff14f0b458c7914d854e5902ea2fe4 /themes/default/css/style.css
parent5188585864949d939b083d87dcea1e310d588a30 (diff)
parent20f00edd1539b18d4d350da27f338f4743fb38b3 (diff)
downloadwallabag-2502e1359c1a81c1f9a1822459c0d904c6a7da43.tar.gz
wallabag-2502e1359c1a81c1f9a1822459c0d904c6a7da43.tar.zst
wallabag-2502e1359c1a81c1f9a1822459c0d904c6a7da43.zip
Merge pull request #273 from jcsaaddupuy/emded-dependencies
Emdeded Roboto webfont
Diffstat (limited to 'themes/default/css/style.css')
-rw-r--r--themes/default/css/style.css11
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
1body { 10body {
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,
318a.bad-display span, 327a.bad-display span,
319a.reading-time span { 328a.reading-time span {
320 background-repeat: no-repeat; 329 background-repeat: no-repeat;
321} \ No newline at end of file 330}