diff options
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 | |||