![悠哉字体](https://cdn.jsdelivr.net/npm/cn-fontsource-yozai-medium-regular@1.0.9/font.png)

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

适用于浏览器的多片段快速加载的中文字库
- 本字体是一款基于 Y.OzFont 的手写风格的字体。利用原字体中已有的笔划和部件，通过拼接和调整造出新字
- 参见:  https://github.com/lxgw/yozai-font
- 更多字体: WEB在线中文字体搜集:  https://github.com/wc-ex/cn-fontsource

![demo](https://cdn.jsdelivr.net/npm/cn-fontsource-yozai-medium-regular@1.0.9/demo.png)

### 信息
- version: Version 0.85;October 1, 2020;FontCreator 13.0.0.2613 64-bit
- familyName: Yozai Medium
- subfamilyName: Regular
- fullName: "Yozai Medium"
- characterCount: 20905

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

  > 加载: font.css

