Locally host Google Fonts' Noto Sans JP.
-
Edit
JP.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/JP.css">
- In CSS, e.g.
p {
font-family: 'JP';
}