ritterim / platform-ui

A CSS framework build all of our apps and websites.
https://platformui.com
MIT License
3 stars 4 forks source link

Only generate woff2 for icon fonts #817

Closed hougasian closed 1 year ago

hougasian commented 1 year ago

🔧 Enhancement Request

Vite allows us to base64 encode our font file, so it's part of platform-ui.min.css, however, we're generating TTF, WOFF, and WOFF2, so we include 3 entire encoded fonts in the final css. We only need to generate WOFF2

Issues created for Platform UI (https://github.com/ritterim/platform-ui/issues/817) and Platform Icons (https://github.com/ritterim/platform-icons/issues/57)

Who is asking for the feature?

@hougasian

Estimates

mrtrimble commented 1 year ago

closing with PR #820