nuxt-fonts - Safari rendering quality
I've been using Nuxt UI Pro and had setup the Poppins and Inter fonts in my talwind.config.ts. This had been working well but after a recent update the font rendering in Safari is really blocky and not at all smooth especially with font-medium font-bold classes.
I can reproduce the issue by running the Nuxt UI Saas template and updating the tailwind.config to:
theme: {
extend: {
fontFamily: {
sans: ['Poppins', ...defaultTheme.fontFamily.sans],
}
}
}
Any help would be really appreciated.
0 Replies