diff --git a/themes/hexo-theme-xups/source/css/_base/font.styl b/themes/hexo-theme-xups/source/css/_base/font.styl index cb36a1f..2133383 100644 --- a/themes/hexo-theme-xups/source/css/_base/font.styl +++ b/themes/hexo-theme-xups/source/css/_base/font.styl @@ -6,31 +6,34 @@ $CDN = (hexo-config("CDN") || './')+'fonts/' @font-face font-family "HomizioNova" - src url($CDN + 'homizio-nova/light.ttf'),url($CDN + 'homizio-nova/light.otf') + src url($CDN + 'homizio-nova/light.ttf') format('truetype'), + url($CDN + 'homizio-nova/light.eot') format('embedded-opentype') font-weight normal font-style normal @font-face font-family "HomizioNova" - src url($CDN + 'homizio-nova/light_italic.ttf'),url($CDN + 'homizio-nova/light_italic.otf') + src url($CDN + 'homizio-nova/light_italic.ttf') format('truetype'), + url($CDN + 'homizio-nova/light_italic.eot') format('embedded-opentype') font-weight normal font-style italic @font-face font-family "HomizioNova" - src url($CDN + 'homizio-nova/regular.ttf'),url($CDN + 'homizio-nova/regular.otf') + src url($CDN + 'homizio-nova/regular.ttf') format('truetype'), + url($CDN + 'homizio-nova/regular.eot') format('embedded-opentype') font-weight bold font-style normal @font-face font-family "HomizioNova" - src url($CDN + 'homizio-nova/italic.ttf'),url($CDN + 'homizio-nova/italic.otf') + src url($CDN + 'homizio-nova/italic.ttf') format('truetype'), + url($CDN + 'homizio-nova/italic.eot') format('embedded-opentype') font-weight bold font-style italic @font-face font-family 'icomoon' - src url($CDN + 'icomoon/icomoon.eot?e2xg5y'), url('./fonts/icomoon/icomoon.eot?e2xg5y') - src url($CDN + 'icomoon/icomoon.eot?#iefixe2xg5y') format('embedded-opentype'), - url($CDN + 'icomoon/icomoon.woff?e2xg5y') format('woff'), - url($CDN + 'icomoon/icomoon.ttf?e2xg5y') format('truetype'), - url($CDN + 'icomoon/icomoon.svg?e2xg5y#icomoon') format('svg') + src url($CDN + 'icomoon/icomoon.eot') format('embedded-opentype'), + url($CDN + 'icomoon/icomoon.woff') format('woff'), + url($CDN + 'icomoon/icomoon.ttf') format('truetype'), + url($CDN + 'icomoon/icomoon.svg') format('svg') font-weight normal font-style normal [class^="icon-"],[class*=" icon-"] diff --git a/themes/hexo-theme-xups/source/css/fonts/homizio-nova/italic.eot b/themes/hexo-theme-xups/source/css/fonts/homizio-nova/italic.eot new file mode 100644 index 0000000..e0d44e6 Binary files /dev/null and b/themes/hexo-theme-xups/source/css/fonts/homizio-nova/italic.eot differ diff --git a/themes/hexo-theme-xups/source/css/fonts/homizio-nova/light.eot b/themes/hexo-theme-xups/source/css/fonts/homizio-nova/light.eot new file mode 100644 index 0000000..53e1838 Binary files /dev/null and b/themes/hexo-theme-xups/source/css/fonts/homizio-nova/light.eot differ diff --git a/themes/hexo-theme-xups/source/css/fonts/homizio-nova/light_italic.eot b/themes/hexo-theme-xups/source/css/fonts/homizio-nova/light_italic.eot new file mode 100644 index 0000000..82622a5 Binary files /dev/null and b/themes/hexo-theme-xups/source/css/fonts/homizio-nova/light_italic.eot differ diff --git a/themes/hexo-theme-xups/source/css/fonts/homizio-nova/regular.eot b/themes/hexo-theme-xups/source/css/fonts/homizio-nova/regular.eot new file mode 100644 index 0000000..e543190 Binary files /dev/null and b/themes/hexo-theme-xups/source/css/fonts/homizio-nova/regular.eot differ