]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Added font-face linked to local font
authorJean-Christophe Saad-Dupuy <saad.dupuy@gmail.com>
Tue, 8 Oct 2013 11:00:43 +0000 (13:00 +0200)
committerJean-Christophe Saad-Dupuy <saad.dupuy@gmail.com>
Tue, 8 Oct 2013 11:00:43 +0000 (13:00 +0200)
themes/default/css/style.css

index 3ef9c8236d43d2110c2d6f3f7371a23e38ad44d8..670eb50f4966581e6d0ffca4110343a11ce639e5 100644 (file)
@@ -1,3 +1,12 @@
+@font-face {
+  font-family: 'Roboto';
+  font-style: normal;
+  font-weight: 400;
+  src: local('Roboto Regular'), local('Roboto-Regular'), url(../fonts/Roboto.woff) format('woff');
+}
+
+
+
 body {
     margin: 10px;
     font-family: 'Roboto',Verdana,Geneva,sans-serif;
@@ -318,4 +327,4 @@ a.link span,
 a.bad-display span,
 a.reading-time span {
     background-repeat: no-repeat;
-}
\ No newline at end of file
+}