![方正黑体](https://cdn.jsdelivr.net/npm/cn-fontsource-fz-hei-b-01-regular@1.0.1/font.png)

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

适用于浏览器的多片段快速加载的中文字库
- 就是这么朴实无华的黑体字型免费商用
- 参见:  https://www.maoken.com/freefonts/1831.html
- 更多字体: WEB在线中文字体搜集:  https://github.com/wc-ex/cn-fontsource

![demo](https://cdn.jsdelivr.net/npm/cn-fontsource-fz-hei-b-01-regular@1.0.1/demo.png)

### 信息
- version: 1.10
- familyName: FZHei-B01
- subfamilyName: Regular
- fullName: "FZHei-B01"
- characterCount: 21992

### 使用
- CDN 直接调用
  ```html
  <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/cn-fontsource-fz-hei-b-01-regular/font.css"></link>
  <style>
    html{
      font-family: Roboto, "FZHei-B01", sans-serif;
    }
  </style>
  ```
- 本地化
  > npm i cn-fontsource-fz-hei-b-01-regular

  > 加载: font.css

