MASSIVE amount of duplicated font-face declarations #15578
Replies: 1 comment
-
I've found the culprit. It's the https://github.com/nuxt-modules/fontaine module. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have this in my tailwind config ina Nuxt application:
This innocent looking code results in a style-tag of 170KB and 170.000 characters long font-face declarations:
Full style tag
Many of the stuff seems to repeat itself. I doubt this is intended. Anyone have any idea, what is going on here?
Beta Was this translation helpful? Give feedback.
All reactions