MediaWiki:Common.css:修订间差异
无编辑摘要 标签:mobile web edit mobile edit |
小 // Edit via Wikiplus |
||
第2行: | 第2行: | ||
@font-face { | @font-face { | ||
font-family: "Fira Xdi8"; | font-family: "Fira Xdi8"; | ||
src: url('https://cdn.jsdelivr.net/gh/ | src: url('https://cdn.jsdelivr.net/gh/Honoka55/Xdi8Fonts/Fira Xdi8 Variable.ttf') format('truetype') | ||
} | } | ||
@font-face { | @font-face { | ||
font-family: "Han Aho"; | font-family: "Han Aho"; | ||
src: url('https://cdn.jsdelivr.net/gh/Honoka55/ | src: url('https://cdn.jsdelivr.net/gh/Honoka55/Xdi8Fonts/aho.ttf') format('truetype') | ||
} | } | ||
html, body, #firstHeading { | html, body, #firstHeading { |
2021年1月20日 (三) 13:48的版本
/* 这里放置的CSS将应用于所有皮肤 */
@font-face {
font-family: "Fira Xdi8";
src: url('https://cdn.jsdelivr.net/gh/Honoka55/Xdi8Fonts/Fira Xdi8 Variable.ttf') format('truetype')
}
@font-face {
font-family: "Han Aho";
src: url('https://cdn.jsdelivr.net/gh/Honoka55/Xdi8Fonts/aho.ttf') format('truetype')
}
html, body, #firstHeading {
font-family: "Han Aho";
}
span:lang(art-x-xdi8) {
font-family: "Fira Xdi8"
}