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