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
As for now, if you insert ui.css into your project it will force browser to download font file from google CDN.
I think we should remove this because of 2 reasons:
if someone wants to use our UI-Kit with some other fonts in a project
this approach kills optimizations like next/fonts when you self-host fonts to get better performance and minimize layout shift.
The text was updated successfully, but these errors were encountered:
As for now, if you insert
ui.css
into your project it will force browser to download font file from google CDN.I think we should remove this because of 2 reasons:
The text was updated successfully, but these errors were encountered: