![方正仿宋简体](https://cdn.jsdelivr.net/npm/cn-fontsource-fz-fang-song-z-02-s-regular@1.1.0/font.png)

### 非开源,免费商用
> LICENSE: unknown

适用于浏览器的多片段快速加载的中文字库
- 方正字库送给大家免费商用的仿宋字体
- 参见:  https://www.maoken.com/freefonts/1841.html
- 更多字体: WEB在线中文字体搜集:  https://github.com/wc-ex/cn-fontsource

![demo](https://cdn.jsdelivr.net/npm/cn-fontsource-fz-fang-song-z-02-s-regular@1.1.0/demo.png)

### 信息
- version: 4.00
- familyName: FZFangSong-Z02S
- subfamilyName: Regular
- fullName: "FZFangSong-Z02S"
- characterCount: 8098

### 使用
- CDN 直接调用
  ```html
  <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/cn-fontsource-fz-fang-song-z-02-s-regular/font.css"></link>
  <style>
    html{
      font-family: Roboto, "FZFangSong-Z02S", sans-serif;
    }
  </style>
  ```
- 本地化
  > npm i cn-fontsource-fz-fang-song-z-02-s-regular

  > 加载: font.css

