aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources/static/themes/baggy
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2016-09-29 09:18:46 +0200
committerThomas Citharel <tcit@tcit.fr>2016-09-29 09:18:46 +0200
commit0471e905b8b37ac226176ee9a708624c869bb046 (patch)
tree3c4a69502b6d3bfead33caf592d2242261d9b996 /app/Resources/static/themes/baggy
parent8f234d0156cc6f2eb6e3c9f692e4633b35fafc41 (diff)
downloadwallabag-0471e905b8b37ac226176ee9a708624c869bb046.tar.gz
wallabag-0471e905b8b37ac226176ee9a708624c869bb046.tar.zst
wallabag-0471e905b8b37ac226176ee9a708624c869bb046.zip
fonts & ligatures
Diffstat (limited to 'app/Resources/static/themes/baggy')
-rwxr-xr-xapp/Resources/static/themes/baggy/css/font.css2
-rwxr-xr-xapp/Resources/static/themes/baggy/css/main.css7
2 files changed, 2 insertions, 7 deletions
diff --git a/app/Resources/static/themes/baggy/css/font.css b/app/Resources/static/themes/baggy/css/font.css
index cae7904a..47edcb83 100755
--- a/app/Resources/static/themes/baggy/css/font.css
+++ b/app/Resources/static/themes/baggy/css/font.css
@@ -2,5 +2,5 @@
2 font-family: "PT Sans"; 2 font-family: "PT Sans";
3 font-style: normal; 3 font-style: normal;
4 font-weight: 700; 4 font-weight: 700;
5 src: local("PT Sans Bold"), local("PTSans-Bold"), url("../fonts/pt_sans/regular/PTS55F.woff") format("woff"); 5 src: local("PT Sans Bold"), local("PTSans-Bold"), url("../fonts/ptsansbold.woff") format("woff");
6} 6}
diff --git a/app/Resources/static/themes/baggy/css/main.css b/app/Resources/static/themes/baggy/css/main.css
index 58f0eb82..eeedd277 100755
--- a/app/Resources/static/themes/baggy/css/main.css
+++ b/app/Resources/static/themes/baggy/css/main.css
@@ -732,12 +732,7 @@ a.add-to-wallabag-link-after::after {
732 732
733@font-face { 733@font-face {
734 font-family: icomoon; 734 font-family: icomoon;
735 src: url("../fonts/icomoon.eot?-s0mcsx"); 735 src: url("../fonts/IcoMoon-Free.ttf");
736 src:
737 url("../fonts/icomoon.eot?#iefix-s0mcsx") format("embedded-opentype"),
738 url("../fonts/icomoon.woff?-s0mcsx") format("woff"),
739 url("../fonts/icomoon.ttf?-s0mcsx") format("truetype"),
740 url("../fonts/icomoon.svg?-s0mcsx#icomoon") format("svg");
741 font-weight: normal; 736 font-weight: normal;
742 font-style: normal; 737 font-style: normal;
743} 738}