Ayu
Ayu
I adjusted the default `letter-spacing` to zero in #854, so that should be resolved. Will work on a PR sometime later to fix the download since it seems that Libre...
@tmikaeld, that is intentional. `latin-ext` does not support any characters `latin` does. They are exclusionary to each other. For example, `latin-ext` only includes support for diacritics etc. Usually our CSS...
> Does this apply to any other subsets? It applies to all other subsets. They only support their specific range of characters and you need to combine them with `unicode-range`....
The actual complexity of this lies in the subsetting of these fonts. We want to ship individual axes as well as custom mixed axes such as `standard`, so it would...
We mirror the Inter provided by Google Fonts. As mentioned above, this is an upstream issue. We can't upload our own version of Inter since it would conflict with the...
> Is there any alternative way that I can access and utilize this font? Perhaps a downloadable source that I can keep locally in the repo. You can view the...
This is extremely unfortunate since it seems like no browsers seem to support custom properties in `@font-face` for undocumented reasons. Yet they support it in selectors like `@keyframes` 🤷 I...
> Are there any plans to revert back to swap in the meantime? It should be already reverted in #751. Is this still present?
Closed in #954. This is just an escape hatch that simplifies writing custom `@font-face` declarations by auto-generating the CSS for you.
This seems to be an odd bug since those static files you're looking for don't seem to exist upstream either. I would suggest using Roboto if you're only looking for...