1.5.0 • Published 2 years ago
@shyrz/webfonts v1.5.0
Webfonts
Usage
1. Use it with jsdelivr (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:
@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;
}