]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
rename font folder into fonts in baggy theme
authorNicolas Lœuillet <nicolas.loeuillet@gmail.com>
Thu, 20 Feb 2014 12:02:13 +0000 (13:02 +0100)
committerNicolas Lœuillet <nicolas.loeuillet@gmail.com>
Thu, 20 Feb 2014 12:02:13 +0000 (13:02 +0100)
themes/baggy/css/font.css
themes/baggy/fonts/icomoon.eot [moved from themes/baggy/font/icomoon.eot with 100% similarity]
themes/baggy/fonts/icomoon.svg [moved from themes/baggy/font/icomoon.svg with 100% similarity]
themes/baggy/fonts/icomoon.ttf [moved from themes/baggy/font/icomoon.ttf with 100% similarity]
themes/baggy/fonts/icomoon.woff [moved from themes/baggy/font/icomoon.woff with 100% similarity]
themes/baggy/fonts/ptsans.woff [moved from themes/baggy/font/ptsans.woff with 100% similarity]

index ec6621585df6c4b07803ee4a6c18a274d581d0d7..7c02a16fb7517cc8c6edc6f714cf5b027864db3a 100755 (executable)
@@ -2,5 +2,5 @@
   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');
+  src: local('PT Sans Bold'), local('PTSans-Bold'), url(../fonts/ptsans.woff) format('woff');
 }