字体兼容调整
This commit is contained in:
parent
b1326baa56
commit
9230ec5aac
@ -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-"]
|
||||
|
||||
BIN
themes/hexo-theme-xups/source/css/fonts/homizio-nova/italic.eot
Normal file
BIN
themes/hexo-theme-xups/source/css/fonts/homizio-nova/italic.eot
Normal file
Binary file not shown.
BIN
themes/hexo-theme-xups/source/css/fonts/homizio-nova/light.eot
Normal file
BIN
themes/hexo-theme-xups/source/css/fonts/homizio-nova/light.eot
Normal file
Binary file not shown.
Binary file not shown.
BIN
themes/hexo-theme-xups/source/css/fonts/homizio-nova/regular.eot
Normal file
BIN
themes/hexo-theme-xups/source/css/fonts/homizio-nova/regular.eot
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user