Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 466 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 466 Bytes

Noto Sans SC (Downloaded from Google Fonts)

Locally host Google Fonts' Noto Sans SC.

Usage

  1. Edit SC.css. Replace https://cdn.jsdelivr.net/gh/magiclen/noto-sans-sc-woff2@2.0.1 to other path if needed.

  2. In HTML <head> element, insert

<link rel="stylesheet" href="/path/to/SC.css"> 
  1. In CSS, e.g.
p {
    font-family: 'SC';
}