Mark
Cloudflare Pages analytics not recording activity.
I have enabled Cloudflare web analytics for my Nuxt SPA on Cloudflare pages but unlike my other pages sites my Nuxt site is not recording activity.
My domain / DNS is hosted on Cloudflare and proxied so any script should be automatically injected.
Any help or ideas would be appreciated
5 replies
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.
1 replies