We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug Extending the fontFamily in windicss config does not work. The expected classes are not generated at all or incorrectly.
The font-family does not show up in the class, only the font-weight. Using font-roboto-regular does not have any styles at all.
I have described the issue a while ago in the windicss repo, but it is still a problem with these package versions:
... nuxt-windicss 2.5.2 nuxt3 3.0.0-rc.10 typescript 4.8.3 vite 3.1.2 vue 3.2.39 webpack 5.74.0 ...
To Reproduce Steps to reproduce the behavior:
theme: { extend: { fontFamily: { 'roboto-regular': ['Roboto Regular', 'sans-serif'], 'roboto-light': ['Roboto Light', 'sans-serif'], 'roboto-bold': ['Roboto Bold', 'sans-serif'], } } },
font-roboto-regular
Expected behavior Font classes should have been generated correctly and available to use.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Extending the fontFamily in windicss config does not work.
The expected classes are not generated at all or incorrectly.
The font-family does not show up in the class, only the font-weight. Using font-roboto-regular does not have any styles at all.
I have described the issue a while ago in the windicss repo, but it is still a problem with these package versions:
To Reproduce
Steps to reproduce the behavior:
font-roboto-regular
Expected behavior
Font classes should have been generated correctly and available to use.
The text was updated successfully, but these errors were encountered: