![975圆体](https://cdn.jsdelivr.net/npm/cn-fontsource-975-maru-sc-regular@1.0.1/font.png)

### 开源字体-推荐使用
> LICENSE: SIL Open Font License 1.1

适用于浏览器的多片段快速加载的中文字库
- 基于思源黑体/狮尾圆体的缩小字面中文字体
- 参见:  https://github.com/lxgw/975maru
- 更多字体: WEB在线中文字体搜集:  https://github.com/wc-ex/cn-fontsource

![demo](https://cdn.jsdelivr.net/npm/cn-fontsource-975-maru-sc-regular@1.0.1/demo.png)

### 信息
- version: Version 2.001;October 14, 2020;FontCreator 13.0.0.2613 64-bit
- familyName: 975Maru SC
- subfamilyName: Regular
- fullName: "975Maru SC"
- characterCount: 44815

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

  > 加载: font.css

