Locally host Google Fonts' Noto Sans TC.
-
Edit
TC.css. Replacehttps://cdn.jsdelivr.net/gh/magiclen/noto-sans-tc-woff2@2.0.2to other path if needed. -
In HTML
<head>element, insert
<link rel="stylesheet" href="/path/to/TC.css"> - In CSS, e.g.
p {
font-family: 'TC';
}