You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some users have specific requirements around font formats, such as only needing woff2 fonts due to performance or compatibility considerations. Currently, both woff and woff2 fonts are included by default, which can lead to unnecessary file sizes and slower loading times for users who don’t need both formats. This feature aims to provide greater flexibility by allowing users to disable woff font inclusion if they don't require it.
The solution
Introduce a flag (e.g., $font-disable-woff) that, when enabled, excludes woff fonts from being emitted. This flag would help reduce file size and improve performance for those who only need woff2. Ideally, the flag would be a boolean configuration option in the settings or build script, allowing users to toggle woff font inclusion based on their specific needs.
Thank you for submitting a feature request. Your proposal is open and will soon be triaged by the Carbon team.
If your proposal is accepted and the Carbon team has bandwidth they will take on the issue, or else request you or other volunteers from the community to work on this issue.
The problem
Some users have specific requirements around font formats, such as only needing
woff2
fonts due to performance or compatibility considerations. Currently, bothwoff
andwoff2
fonts are included by default, which can lead to unnecessary file sizes and slower loading times for users who don’t need both formats. This feature aims to provide greater flexibility by allowing users to disablewoff
font inclusion if they don't require it.The solution
Introduce a flag (e.g.,
$font-disable-woff
) that, when enabled, excludeswoff
fonts from being emitted. This flag would help reduce file size and improve performance for those who only needwoff2
. Ideally, the flag would be a boolean configuration option in the settings or build script, allowing users to togglewoff
font inclusion based on their specific needs.Examples
No response
Application/PAL
DataPower
Business priority
None
Available extra resources
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: