MediaWiki:Common.css:修订间差异
跳转到导航
跳转到搜索
小 (尝试添加 format) 标签:mobile web edit mobile edit |
无编辑摘要 标签:mobile web edit mobile edit |
||
第2行: | 第2行: | ||
@font-face { |
@font-face { |
||
font-family: "Fira Xdi8"; |
font-family: "Fira Xdi8"; |
||
src: url('https://cdn.jsdelivr.net/gh/edward-martyr/syyon-vencie@2f449da/FiraXdi8-Regular-subset.ttf') format(' |
src: url('https://cdn.jsdelivr.net/gh/edward-martyr/syyon-vencie@2f449da/FiraXdi8-Regular-subset.ttf') format('truetype') |
||
} |
} |
||
@font-face { |
@font-face { |
||
font-family: "Han Aho"; |
font-family: "Han Aho"; |
||
src: url('https://cdn.jsdelivr.net/gh/Honoka55/Xdi8-han-aho/aho.ttf') format(' |
src: url('https://cdn.jsdelivr.net/gh/Honoka55/Xdi8-han-aho/aho.ttf') format('truetype') |
||
} |
} |
||
html, body, #firstHeading { |
html, body, #firstHeading { |
||
font-family: "Han Aho"; |
font-family: "Han Aho"; |
||
} |
|||
span:lang(art-x-xdi8) { |
|||
font-family: "Fira Xdi8" |
|||
} |
} |
2021年1月19日 (二) 09:56的版本
/* 这里放置的CSS将应用于所有皮肤 */
@font-face {
font-family: "Fira Xdi8";
src: url('https://cdn.jsdelivr.net/gh/edward-martyr/syyon-vencie@2f449da/FiraXdi8-Regular-subset.ttf') format('truetype')
}
@font-face {
font-family: "Han Aho";
src: url('https://cdn.jsdelivr.net/gh/Honoka55/Xdi8-han-aho/aho.ttf') format('truetype')
}
html, body, #firstHeading {
font-family: "Han Aho";
}
span:lang(art-x-xdi8) {
font-family: "Fira Xdi8"
}