diff options
author | Thomas Citharel <tcit@tcit.fr> | 2014-11-24 22:56:10 +0100 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2014-11-24 22:56:10 +0100 |
commit | b9c026ce32abed7295d2775640edc0ef89017723 (patch) | |
tree | 3492511dde4bb1b3ad5e95ef918a68d5f5418d64 /themes/courgette/css/font.css | |
parent | 485d57972ee3c3219652454ff6d7d82a3602bd34 (diff) | |
parent | 85c5a1ff8d919d3d36a8125c9bbd0d9220025729 (diff) | |
download | wallabag-b9c026ce32abed7295d2775640edc0ef89017723.tar.gz wallabag-b9c026ce32abed7295d2775640edc0ef89017723.tar.zst wallabag-b9c026ce32abed7295d2775640edc0ef89017723.zip |
Merge branch 'remove-courgette' into dev
Conflicts:
themes/courgette/_view.twig
Diffstat (limited to 'themes/courgette/css/font.css')
-rwxr-xr-x | themes/courgette/css/font.css | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/themes/courgette/css/font.css b/themes/courgette/css/font.css deleted file mode 100755 index 849ff85b..00000000 --- a/themes/courgette/css/font.css +++ /dev/null | |||
@@ -1,22 +0,0 @@ | |||
1 | @font-face { | ||
2 | font-family: 'fontello'; | ||
3 | src: url('../font/fontello.eot?97381924'); | ||
4 | src: url('../font/fontello.eot?97381924#iefix') format('embedded-opentype'), | ||
5 | url('../font/fontello.woff?97381924') format('woff'), | ||
6 | url('../font/fontello.ttf?97381924') format('truetype'), | ||
7 | url('../font/fontello.svg?97381924#fontello') format('svg'); | ||
8 | font-weight: normal; | ||
9 | font-style: normal; | ||
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 | |||