更改字体名称

This commit is contained in:
枫谷剑仙 2019-06-21 16:14:27 +08:00
parent 8917cadf29
commit 31bf7912ea
7 changed files with 6 additions and 18 deletions

View File

Before

Width:  |  Height:  |  Size: 3.8 MiB

After

Width:  |  Height:  |  Size: 3.8 MiB

View File

@ -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);

View File

@ -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;