diff options
author | Thomas Citharel <tcit@tcit.fr> | 2016-09-29 09:18:46 +0200 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2016-09-29 09:18:46 +0200 |
commit | 0471e905b8b37ac226176ee9a708624c869bb046 (patch) | |
tree | 3c4a69502b6d3bfead33caf592d2242261d9b996 /app/Resources/static/themes/material | |
parent | 8f234d0156cc6f2eb6e3c9f692e4633b35fafc41 (diff) | |
download | wallabag-0471e905b8b37ac226176ee9a708624c869bb046.tar.gz wallabag-0471e905b8b37ac226176ee9a708624c869bb046.tar.zst wallabag-0471e905b8b37ac226176ee9a708624c869bb046.zip |
fonts & ligatures
Diffstat (limited to 'app/Resources/static/themes/material')
-rwxr-xr-x | app/Resources/static/themes/material/css/main.css | 7 |
1 files changed, 1 insertions, 6 deletions
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 | } |