Ayu

Results 247 comments of Ayu

For reference, V5 is pretty much finished (except for the sass templates) and you can find all the new packages in the new [font-files repository](https://github.com/fontsource/font-files). Feel free to review things...

Released in v5 🎉 Check out the documentation [here](https://fontsource.org/docs/getting-started/display).

Reopening due to #726.

A solution that also works with Vite-based frameworks is writing your own `@font-face` declaration: ```css @font-face { font-family: 'Poppins'; font-style: normal; font-weight: 400; font-display: swap; src: url('@fontsource/poppins/files/poppins-latin-400-normal.woff2') format('woff2'); } ```...

Closed in #954. This is just an escape hatch that simplifies writing custom `@font-face` declarations by auto-generating the CSS for you.

Now that V5 is released, I think we could store all the TTF files into the [`font-files`](https://github.com/fontsource/font-files) quite easily. We have all the necessary metadata to do so. We just...

Will be resolved once our API rewrite using CF Workers is ready.

@blueset, I love where the idea is coming from, however, I'm somewhat unsure whether the relative demand is worth the drawbacks of such a thing. I understand Google's stance on...

> Access to the full-featured fonts is one of the primary motivators for self-hosting. This would be really helpful. To clarify, the biggest blocker for this is actually maintenance. There...

> I think just offering the full featured fonts would be useful; I don’t think there’s a need to strip specific feature and build custom versions of each font. Google...