Some fonts are not available on Google Fonts, and the submission-approval process can destroy patience. Perhaps this place is an alternative home.
Website: https://autowflib.pages.dev/.
The website shows the complete list of collected fonts and supports searching by font name.
CSS/WOFF2 artifacts are served over Cloudflare CDN and hosted on Cloudflare Pages.
The font being submitted for inclusion in this repository must satisfy the following criteria:
Our workflow is similar to software packaging in GNU/Linux communities.
Suppose that you are going to submit a font "My First Font" under category "sans-humanist".
Steps for making a good pull request:
/fonts/sans-humanist/my-first-font/info file according to FontSpecFormat.md. Refer to the definitions of other fonts when in doubt. Also, the /addfont.sh interactive script can make the creation of the info file more friendly.build.sh file along with it, only if necessary../make.sh fonts/sans-humanist/my-first-font./distdir/fonts/sans-humanist/my-first-font.buildlog.txt in the pull request as an attachment.The all-in-one complete CSS for all fonts in this library: https://autowflib.pages.dev/full.css. Since modern browsers are clever enough to procrastinate the loading of WOFF files not yet required in the webpage, using this may perhaps make no real harm...
You can use this piece of code for having a quick preview for the fonts on an existing webpage (if it has no insane CSP):
(function (s){s.innerHTML=`@import url('https://autowflib.pages.dev/full.css')`;document.head.append(s)})(document.createElement('style'))Copyright (c) 2023 Neruthes, and other contributors.
The source code and documentation included in this repository are published with
GNU AGPL 3.0.
These specifically include: all Markdown documents (.md, including this one),
all shell scripts (.sh), and the entire /wwwsrc directory.
The image assets (png and jpg) are published with
CC BY-SA 4.0.
The collected fonts are copyrighted by their original owners. We at this project merely make the font files easier for web usage.
The names of the fonts may be trademarks of their respective owners.
For any collected font, our WOFF2 artifacts are released with the same license which the original font files come with (share-alike). And our CSS artifacts are released under the MIT license.