From 8a0cbd2b9a2559752034defd52e750df520b3856 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=AB=E8=B0=B7=E5=89=91=E4=BB=99?= Date: Fri, 21 Jun 2019 16:17:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=AD=97=E4=BD=93=E5=88=B01.?= =?UTF-8?q?2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- style.css | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/style.css b/style.css index 7be74e0e..91587a91 100644 --- a/style.css +++ b/style.css @@ -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;