mirror of
https://github.com/moparisthebest/wallabag
synced 2024-11-23 17:42:15 -05:00
Added font-face linked to local font
This commit is contained in:
parent
272600ff80
commit
2f3425dff6
@ -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 {
|
body {
|
||||||
margin: 10px;
|
margin: 10px;
|
||||||
font-family: 'Roboto',Verdana,Geneva,sans-serif;
|
font-family: 'Roboto',Verdana,Geneva,sans-serif;
|
||||||
@ -318,4 +327,4 @@ a.link span,
|
|||||||
a.bad-display span,
|
a.bad-display span,
|
||||||
a.reading-time span {
|
a.reading-time span {
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user