Ayu

Results 247 comments of Ayu

@callumgare, I'm actively working on #558 (#555 for font-display) where downloading the fonts will serve as an escape hatch to do anything you want. There's no "easy" way to change...

> So to anyone else wanting to do this try copying out the `@font-face` block from the css file that fontsource would normally import, then replace `./files/` in the src...

> ``` > > font-display: var(--fontsource-font-display, swap); > > or > > font-display: var(--fontsource--font-display, swap); > > ``` This is actually genius, CSS vars completely slipped my mind! It'd have...

I'd love some final feedback on what the CSS variables should look like as I'm close to implementing it and I never want to make another breaking change again. My...

@bebraw, I am building an API for Fontsource that aims to be an easy way for developers to pull metadata about the open source fonts supported by the project. More...

> My understanding is that Google Fonts is just links as in your proposed API. Can you elaborate on the CSS API bit? The Fontsource API I was building aims...

[Fontsource](https://github.com/fontsource/fontsource) may simplify the process for self-hosting fonts.

That's really interesting, but honestly seeing the number of different bundlers really puts me off going with the second option. I think there are more points of failure and maintenance...

# Specification As time has passed it's become evident that this plugin actually seems to be quite useful to many developers. I'm thinking a CLI tool that also has a...

> I think the above should be the base for a bundler plugin as well as a fallback for those not using a bundler. Would that mean developing for both...