diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2014-02-13 19:49:25 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2014-02-13 19:49:25 +0100 |
commit | 5e98c2183ae824ab6a1dd2dc22f8619a0d718977 (patch) | |
tree | 24ab567d403c967a8b33de8750053abeeca0125a /themes/courgette/css/font.css | |
parent | 38dafee05d52948fba4a06066d7b0343c8e3de9d (diff) | |
parent | 9f3148fec787a51f837549907130e8ec980a0547 (diff) | |
download | wallabag-5e98c2183ae824ab6a1dd2dc22f8619a0d718977.tar.gz wallabag-5e98c2183ae824ab6a1dd2dc22f8619a0d718977.tar.zst wallabag-5e98c2183ae824ab6a1dd2dc22f8619a0d718977.zip |
Merge pull request #450 from wallabag/dev1.5.0
1.5.0
Diffstat (limited to 'themes/courgette/css/font.css')
-rwxr-xr-x | themes/courgette/css/font.css | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/themes/courgette/css/font.css b/themes/courgette/css/font.css index 7c16cce4..849ff85b 100755 --- a/themes/courgette/css/font.css +++ b/themes/courgette/css/font.css | |||
@@ -7,4 +7,16 @@ | |||
7 | url('../font/fontello.svg?97381924#fontello') format('svg'); | 7 | url('../font/fontello.svg?97381924#fontello') format('svg'); |
8 | font-weight: normal; | 8 | font-weight: normal; |
9 | font-style: normal; | 9 | font-style: normal; |
10 | } \ No newline at end of file | 10 | } |
11 | |||
12 | @font-face { | ||
13 | font-family: 'icomoon'; | ||
14 | src:url('../font/icomoon.eot?-72nnzw'); | ||
15 | src:url('../font/icomoon.eot?#iefix-72nnzw') format('embedded-opentype'), | ||
16 | url('../font/icomoon.woff?-72nnzw') format('woff'), | ||
17 | url('../font/comoon.ttf?-72nnzw') format('truetype'), | ||
18 | url('../font/icomoon.svg?-72nnzw#icomoon') format('svg'); | ||
19 | font-weight: normal; | ||
20 | font-style: normal; | ||
21 | } | ||
22 | |||