diff options
Diffstat (limited to 'app/Resources')
-rwxr-xr-x | app/Resources/static/themes/baggy/css/font.css | 2 | ||||
-rwxr-xr-x | app/Resources/static/themes/baggy/css/main.css | 7 | ||||
-rwxr-xr-x | app/Resources/static/themes/material/css/main.css | 7 |
3 files changed, 3 insertions, 13 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 | } |
diff --git a/app/Resources/static/themes/material/css/main.css b/app/Resources/static/themes/material/css/main.css index 1d14448f..67be1d22 100755 --- a/app/Resources/static/themes/material/css/main.css +++ b/app/Resources/static/themes/material/css/main.css | |||
@@ -19,12 +19,7 @@ | |||
19 | 19 | ||
20 | @font-face { | 20 | @font-face { |
21 | font-family: icomoon; | 21 | font-family: icomoon; |
22 | src: url("../fonts/icomoon.eot"); | 22 | src: url("../fonts/IcoMoon-Free.ttf"); |
23 | src: | ||
24 | url("../fonts/icomoon.eot#iefix") format("embedded-opentype"), | ||
25 | url("../fonts/icomoon.ttf") format("truetype"), | ||
26 | url("../fonts/icomoon.woff") format("woff"), | ||
27 | url("../fonts/icomoon.svg#icomoon") format("svg"); | ||
28 | font-weight: normal; | 23 | font-weight: normal; |
29 | font-style: normal; | 24 | font-style: normal; |
30 | } | 25 | } |