Browse Source

更改字体名称

tags/v1.0
枫谷剑仙 7 years ago
parent
commit
0450cf62b0
2 changed files with 6 additions and 18 deletions
  1. +0
    -12
      monsters-info/official-API/test-skill.html
  2. +6
    -6
      style.css

+ 0
- 12
monsters-info/official-API/test-skill.html 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);


+ 6
- 6
style.css 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;


Loading…
Cancel
Save