-
-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
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
Limit output to only woff2? #238
Comments
@zoaha It may require a tool to remove it. npm install --global del-cli
|
@jaywcjlove I think it would be idead to add this option to the configuration instead of using another tool. "excludeFormat": [
"eot",
"svg",
"symbol.svg",
"ttf",
"woff"
] @zoaha You can use node:fs |
jaywcjlove
added a commit
that referenced
this issue
Nov 16, 2024
Lines 133 to 137 in 9eeeb3c
I have added this setting and updated it to v6.1.0. @amirrezamini |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is it possible to limit the font outputs to ONLY woff2?
This works for only generating the
.css
instead of.less, .sass, ....
:Is there something similar for the font files?
I only need woff2.
Ideally generating:
The text was updated successfully, but these errors were encountered: