typefaces
typefaces copied to clipboard
Collection of Google fonts as typeface data for usage with three.js, react-three-fiber, and other tools.
It [was reported](https://twitter.com/g_levrier/status/1436256978020577295?s=21) that non-latin glyphs are being dropped and result in improper output for typefaces that include other glyphs. To reproduce, visit the [Noto Sans Page](https://components.ai/docs/typefaces/noto-sans-sc) and input [one...
The hook would automatically request typeface data from the API, return fonts from the font loader, and a text component: ```js const Demo = () => { const { fonts,...
In order to avoid duplicate data we should have a structure like: ```js { // ... typefaces: { normal: { 400: require('./typefaces/normal-400.json') // ... } // ... } } ```...
Hey folks! I discovered this awesome initiative not long ago. I was wondering, should I open a PR to upgrade the Inter font json data to [v4.0](https://github.com/rsms/inter/blob/master/version.txt) and to add...