Browse Source

更新字体到1.2

tags/v1.0
枫谷剑仙 7 years ago
parent
commit
8a0cbd2b9a
1 changed files with 5 additions and 6 deletions
  1. +5
    -6
      style.css

+ 5
- 6
style.css View File

@@ -3,12 +3,11 @@
font-family: 'FOT-KurokaneStd-EB';
font-style: normal;
/*font-weight: 400;*/
src: url(fonts/FOT-KurokaneStd-EB.woff2) format('woff2'),
url(fonts/FOT-KurokaneStd-EB.eot?#iefix) format('embedded-opentype'),
url(fonts/FOT-KurokaneStd-EB.woff2) format('woff2'),
url(fonts/FOT-KurokaneStd-EB.woff) format('woff'),
url(fonts/FOT-KurokaneStd-EB.ttf) format('truetype'),
url(fonts/FOT-KurokaneStd-EB.svg#mywebfontregular) format('svg');
src: url("fonts/FOT-KurokaneStd-EB.woff2") format('woff2'),
url("fonts/FOT-KurokaneStd-EB.woff") format('woff'),
url("fonts/FOT-KurokaneStd-EB.ttf") format('truetype'),
url("fonts/FOT-KurokaneStd-EB.eot") format('embedded-opentype'),
url("fonts/FOT-KurokaneStd-EB.svg") format('svg');
}
body{
font-family: "Microsoft Yahei","Source Han Sans",Arial, Helvetica, sans-serif;


Loading…
Cancel
Save