font-family
็ฏไพ็ขผ
/* Noto Sans TC */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC');
/* ๆฅท้ซ (cwTeXKai) */
@import url('https://fonts.googleapis.com/earlyaccess/cwtexkai.css');
/* ๅ้ซ (cwTeXYen) */
@import url('https://fonts.googleapis.com/earlyaccess/cwtexyen.css');
/* ไปฟๅฎ้ซ (cwTeXFangSong) */
@import url('https://fonts.googleapis.com/earlyaccess/cwtexfangsong.css');
/* ๆ้ซ (cwTeXMing) */
@import url('https://fonts.googleapis.com/earlyaccess/cwtexming.css');
p {
font-size: 2rem;
}
.noto {
font-family: "Noto Sans TC", sans-serif;
}
.kai {
font-family: "cwTeXKai", sans-serif;
}
.yen {
font-family: "cwTeXYen", sans-serif;
}
.song {
font-family: "cwTeXFangSong", sans-serif;
}
.ming {
font-family: "cwTeXMing", sans-serif;
}
/* โญ๏ธ ไธญ่ฑๆๅคพ้ */
/* ๅช่ฆ่ฑๆๅญ้ซๆพๅ้ขใไธญๆๅญ้ซๆพๅพ้ขๅฐฑๅฏไปฅใ */
.mixed {
font-family: "Times New Roman", "cwTeXFangSong", serif;
}
<p class="noto">
ๅๅ๏ผๅคงๅฎถๅฅฝใ(Noto Sans TC)
</p>
<hr>
<p class="yen">
ๅๅ๏ผๅคงๅฎถๅฅฝใ(ๅ้ซ)
</p>
<hr>
<p class="kai">
ๅๅ๏ผๅคงๅฎถๅฅฝใ(ๆฅท้ซ)
</p>
<hr>
<p class="song">
ๅๅ๏ผๅคงๅฎถๅฅฝใ(ไปฟๅฎ้ซ)
</p>
<hr>
<p class="ming">
ๅๅ๏ผๅคงๅฎถๅฅฝใ(ๆ้ซ)
</p>
<hr>
<p class="mixed">
Hello๏ผๅคงๅฎถๅฅฝใ(Times New Roman + ไปฟๅฎ้ซ)
</p>
<hr>
ๅ่
Last updated