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
{{ message }}
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
Hi,
would it be possible to remove the @import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,400italic); from the build by default ?
I don't want to rely on external resources and this forces the user to do so.
I prefer to use something like https://www.npmjs.com/package/webfont-dl to have them locally : webfont-dl \"https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,400italic\" -o ./src/styles/vendors/_fonts.scss --font-out=./src/assets/fonts --css-rel=assets/fonts
The text was updated successfully, but these errors were encountered:
Great points. We have reopened #1009 as we have a discussion happening with the Material Design UX team about the best way to handle this. We will keep you posted!
Hi,
would it be possible to remove the
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,400italic);
from the build by default ?I don't want to rely on external resources and this forces the user to do so.
I prefer to use something like https://www.npmjs.com/package/webfont-dl to have them locally :
webfont-dl \"https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,400italic\" -o ./src/styles/vendors/_fonts.scss --font-out=./src/assets/fonts --css-rel=assets/fonts
The text was updated successfully, but these errors were encountered: