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