1.5.0 • Published 2 years ago

@shyrz/webfonts v1.5.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Webfonts

npm.io

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;
}
1.5.0

2 years ago

1.4.0

2 years ago

1.2.0

3 years ago

1.1.0

4 years ago

1.0.0

4 years ago