Add WOFF2 version of the icon font

This commit is contained in:
Rouven Weßling
2015-02-21 00:22:58 +01:00
parent d27f5c4b7d
commit b7e65975b0
2 changed files with 1 additions and 0 deletions

BIN
source/fonts/slate.woff2 Executable file

Binary file not shown.

View File

@@ -2,6 +2,7 @@
font-family: 'slate';
src:font-url('slate.eot?-syv14m');
src:font-url('slate.eot?#iefix-syv14m') format('embedded-opentype'),
font-url('slate.woff2?-syv14m') format('woff2'),
font-url('slate.woff?-syv14m') format('woff'),
font-url('slate.ttf?-syv14m') format('truetype'),
font-url('slate.svg?-syv14m#slate') format('svg');