shyrz / webfonts

☄ GitHub as a CDN of Webfonts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

☄ GitHub as a CDN of Webfonts

License:MIT License


Languages

Language:JavaScript 100.0%