cdn 使用

```css
@import url('https://npm.elemecdn.com/@font/font-smiley-sans/style.css');

/* 只使用英文字体 */
/* @import url('https://npm.elemecdn.com/font-smiley-sans/only-letters.css'); */

body {
  font-family: 'smiley-sans';
}
```

npm 使用
```bash
npm install font-smiley-sans
yarn add font-smiley-sans
```
```ts
import "font-smiley-sans";
```
```css
body {
  font-family: 'smiley-sans';
}
```

<h1 align="center">
  <img src="https://raw.githubusercontent.com/atelier-anchor/smiley-sans/main/images/smiley-sans.light.svg#gh-light-mode-only" title="Smiley Sans">
  <img src="https://raw.githubusercontent.com/atelier-anchor/smiley-sans/main/images/smiley-sans.dark.svg#gh-dark-mode-only" title="Smiley Sans">
</h1>

[![Build Status](https://github.com/atelier-anchor/smiley-sans/workflows/build/badge.svg)](https://github.com/atelier-anchor/smiley-sans/actions)
[![GitHub release](https://img.shields.io/github/release/atelier-anchor/smiley-sans/all.svg)](https://github.com/atelier-anchor/smiley-sans/releases/latest)

## 下载

- 正式版本可在 [Releases](https://github.com/atelier-anchor/smiley-sans/releases) 中下载
- 开发版本使用 [GitHub Actions](https://github.com/atelier-anchor/smiley-sans/actions) 构建，可在其中选择最新成功的构建结果，并下载对应的 Artifacts

## 关于

- 设计：[oooooohmygosh](https://space.bilibili.com/38053181)、[陈渚](https://github.com/Na9isa)、[眭佳宁](https://github.com/janine-sui)、[史贺达](https://github.com/HedaShi313)、李健
- 中文设计顾问：[陶帝](https://github.com/TaoDi1032805)
- 字体工程：[曾祥东](https://github.com/stone-zeng)
- 鸣谢：[刘育黎](https://github.com/willie4624)、[美和园字社](https://www.instagram.com/mhytypeclub)

## 许可证

本字体的发布遵守 [SIL Open Font License v1.1](LICENSE)。

---

Copyright &copy; 2022 by [atelierAnchor](https://atelier-anchor.com).
