mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-27 11:31:05 +00:00
Update font.css
Add reference for ptsans font in local instead of google fonts
This commit is contained in:
parent
e1cfef7bf1
commit
860473f33c
1 changed files with 6 additions and 0 deletions
|
@ -0,0 +1,6 @@
|
|||
@font-face {
|
||||
font-family: 'PT Sans';
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
src: local('PT Sans Bold'), local('PTSans-Bold'), url(/themes/baggy/fonts/ptsans.woff) format('woff');
|
||||
}
|
Loading…
Reference in a new issue