diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2014-02-12 20:05:51 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2014-02-12 20:05:51 +0100 |
commit | 68268c01995d2136e4c04c4e8c650e7d0a4eaca2 (patch) | |
tree | 20dcbe7f9238c088dbf188ae997e81f38b2bb266 /themes/courgette/css/font.css | |
parent | 5966d2c2d3f30ab7b4fdbaf3bf3176532118c0a1 (diff) | |
parent | 58f6269f36ae719edcc79139ef5e808de12d4a8e (diff) | |
download | wallabag-68268c01995d2136e4c04c4e8c650e7d0a4eaca2.tar.gz wallabag-68268c01995d2136e4c04c4e8c650e7d0a4eaca2.tar.zst wallabag-68268c01995d2136e4c04c4e8c650e7d0a4eaca2.zip |
Merge branch 'dev' of https://github.com/wallabag/wallabag into dev
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 | |||