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
This is a proposal to install the Roboto font as a dependency of create-vuetify instead of using Google-hosted fonts.
Current situation
create-vuetify uses unplugin-fonts to load the Roboto font directly from Google servers (see unplugin-fonts config), which may violate GDPR or at least require user consent
A way to fix all of the above issues could be to use unplugin-fonts (existing dependency), add @fontsource/roboto, remove roboto-fontface, and adapt the unplugin-fonts config to use the locally installed Roboto font and also add italic style. See also detailed description in this issue comment.
I'd be happy to have a go at implementing this, but would first like to get some feedback about whether such a change would be welcomed by the maintainer(s) or not.
The text was updated successfully, but these errors were encountered:
This is a proposal to install the Roboto font as a dependency of create-vuetify instead of using Google-hosted fonts.
Current situation
Proposed improvement
A way to fix all of the above issues could be to use unplugin-fonts (existing dependency), add
@fontsource/roboto
, removeroboto-fontface
, and adapt the unplugin-fonts config to use the locally installed Roboto font and also add italic style. See also detailed description in this issue comment.I'd be happy to have a go at implementing this, but would first like to get some feedback about whether such a change would be welcomed by the maintainer(s) or not.
The text was updated successfully, but these errors were encountered: