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

ๅƒ่€ƒ

Last updated