1
0
mirror of https://github.com/moparisthebest/wallabag synced 2024-08-13 16:54:00 -04:00

Update font.css

Add reference for ptsans font in local instead of google fonts
This commit is contained in:
Nicolas Steinmetz 2014-02-19 23:09:12 +01:00
parent e1cfef7bf1
commit 860473f33c

View File

@ -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');
}