@shyrz/webfonts
v1.5.0
Published
Some Webfonts
Downloads
7
Readme
Webfonts
Usage
1. Use it with jsdelivr (Recommend)
https://cdn.jsdelivr.net/npm/@shyrz/[email protected]
+ path/to/webfont
For example, if you want to import HYXuanSong55S
font to your project, use it in CSS like this:
@font-face {
font-family: 'MySerif';
src: url('https://cdn.jsdelivr.net/npm/@shyrz/[email protected]/HanYi/HYXuanSong/HYXuanSong55S.woff2') format('woff2');
font-weight: 400;
font-stretch: normal;
}