diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2014-02-20 08:27:54 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2014-02-20 08:27:54 +0100 |
commit | d0a599bbae7f64a15680e13faf009107f5fcb8fc (patch) | |
tree | 93088be9bd3e0f403dc99d7b1f81cb72fc0e61cc /themes/baggy/css/font.css | |
parent | f37891fdb6d93580f25ced7d6f5c226dce3bf3b8 (diff) | |
parent | 30c12d392700d05ef183e117c2a55c5f98f1e031 (diff) | |
download | wallabag-d0a599bbae7f64a15680e13faf009107f5fcb8fc.tar.gz wallabag-d0a599bbae7f64a15680e13faf009107f5fcb8fc.tar.zst wallabag-d0a599bbae7f64a15680e13faf009107f5fcb8fc.zip |
Merge pull request #473 from nsteinmetz/dev
Baggy Theme - PtSans font is now local
Diffstat (limited to 'themes/baggy/css/font.css')
-rwxr-xr-x | themes/baggy/css/font.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/themes/baggy/css/font.css b/themes/baggy/css/font.css index e69de29b..ec662158 100755 --- a/themes/baggy/css/font.css +++ b/themes/baggy/css/font.css | |||
@@ -0,0 +1,6 @@ | |||
1 | @font-face { | ||
2 | font-family: 'PT Sans'; | ||
3 | font-style: normal; | ||
4 | font-weight: 700; | ||
5 | src: local('PT Sans Bold'), local('PTSans-Bold'), url(/themes/baggy/fonts/ptsans.woff) format('woff'); | ||
6 | } | ||