From 0450cf62b023141beacd9ebd08ed5a732caf5f6d 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:14:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E5=AD=97=E4=BD=93=E5=90=8D?= =?UTF-8?q?=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- monsters-info/official-API/test-skill.html | 12 ------------ style.css | 12 ++++++------ 2 files changed, 6 insertions(+), 18 deletions(-) diff --git a/monsters-info/official-API/test-skill.html b/monsters-info/official-API/test-skill.html index 5a0e7ae2..f1d78468 100644 --- a/monsters-info/official-API/test-skill.html +++ b/monsters-info/official-API/test-skill.html @@ -38,18 +38,6 @@ GM_xmlhttpRequest({ url:"ja-skill.json", onload: function(response) { skill = JSON.parse(response.response).skill; - /* - var ts = card.filter(function(m){ - return [9,10,11,13].indexOf(m[5])>=0; - }) - console.log(ts); - */ - /* - console.log(card.sort(function(a,b){ - return b[b.length-3] - a[a.length-3]; - })); - g(0); - */ }, onerror: function(response) { console.error("怪物数据获取错误",response); diff --git a/style.css b/style.css index b1b72085..7be74e0e 100644 --- a/style.css +++ b/style.css @@ -3,12 +3,12 @@ font-family: 'FOT-KurokaneStd-EB'; font-style: normal; /*font-weight: 400;*/ - src: url(fonts/sfont.woff2) format('woff2'), - url(fonts/sfont?#iefix) format('embedded-opentype'), - url(fonts/sfont.woff2) format('woff2'), - url(fonts/sfont.woff) format('woff'), - url(fonts/sfont.ttf) format('truetype'), - url(fonts/sfont.svg#mywebfontregular) format('svg'); + 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'); } body{ font-family: "Microsoft Yahei","Source Han Sans",Arial, Helvetica, sans-serif;