# Webfonts

[![](https://data.jsdelivr.com/v1/package/npm/@shyrz/webfonts/badge)](https://www.jsdelivr.com/package/npm/@shyrz/webfonts)

## Usage

### 1. Use it with [jsdelivr](https://www.jsdelivr.com) (Recommend)

`https://cdn.jsdelivr.net/npm/@shyrz/webfonts@1.0.0` + `path/to/webfont`

For example, if you want to import `HYXuanSong55S` font to your project, use it in CSS like this:

```css
@font-face {
	font-family: 'MySerif';
	src: url('https://cdn.jsdelivr.net/npm/@shyrz/webfonts@1.0.0/HanYi/HYXuanSong/HYXuanSong55S.woff2') format('woff2');
	font-weight: 400;
	font-stretch: normal;
}
```
