Ayu

Results 247 comments of Ayu

I'm assuming this is only unique to the website and not the actual NPM package in production environments, correct?

I'm able to recreate this on [Google Fonts](https://fonts.google.com/specimen/Inter) as well, so it probably hints to an upstream bug. I don't think I was able to reproduce this on the official...

Do you experience this issue if you downgrade to `v5.1`?

I wonder if it's related to a TypeScript version update. Or maybe it could be a `tsconfig.json` difference? Perhaps you need to set `skipLibCheck` or `esModuleInterop` to `true`?

Seems like if you are already using Vite, you should be already importing their declaration file which resolves some of this but not all. As for other consumers, I'll update...

Unfortunately, this is an upstream API bug from the Google Fonts Developer API itself. Our own API is built upon that so it would be a bit difficult fixing this...

Roboto Flex does not support italics according to the current Google Fonts page. Maybe in the past, but it's not up to us what they do with the font -...

> code copied from the docs directly to work, (and for the variants to exist) Which docs are you referring to?