
Netlify Web Page
This is a GitHub project that collects free commercially available web font files ! In web pages, due to the huge characteristics of Chinese characters, there are very limited Chinese fonts that can be compatible and used. Therefore, our project uses a special Chinese font cutting method, so that any website can cover all the website and all text fonts!
The Chinese Web Word Project hopes to work hard on the Internet to achieve the prosperity of Chinese fonts. To this end, we have carried out research and practice on large-scale Chinese font networking and implemented many font tools and solutions.
The developer only needs to place the font source file in the packages folder, and the project will be automatically packaged and grouped. It has been published to NPM, and developers are welcome to use it!
If you are a developer, you can view the fonts on the official website and obtain web support, and directly reference the CSS file to use it.
If you are a designer and need the original font file, you can click the Github icon to jump to download

Material Icons and Google Fonts provide us with very good static font-related services, but some regions do not have a better way to view Google Fonts.
So we built the query function of Google Fonts directly into our web page to facilitate everyone to query related CSS links. Among them, the NPM static repository using FontSource is used to obtain relevant data and files. Thanks to FontSource.
To prevent me from forgetting how to upload and deploy, I wrote the instructions in the Developer.md file.
We only accept free commercial fonts
Note that a version above node 18 is required
npm i # 安装项目npm run new dyh # dyh 是字体的中文拼音的第一个英文组合
# 完成后将会在 packages 文件夹自动模板创建一个 dyh 文件夹
# 然后你在 packages/dyh/fonts 文件夹中放入您的字体文件
pnpm build --single=dyh # 尝试打包文件
MIT License
Please respect the rights and interests of font makers. When I was making the production, I specially exported the header information of the font file to the font details. You can view the maker and authorization related data in detail.