Locally host Google Fonts' Noto Sans SC.
-
Edit
SC.css
. Replacehttps://cdn.jsdelivr.net/gh/magiclen/[email protected]
to 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';
}