create icon indicating copy to clipboard operation
create copied to clipboard

Add Roboto font as dependency instead of using Google-hosted fonts

Open romankaravia opened this issue 7 months ago • 1 comments

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, 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.

romankaravia avatar Jul 15 '24 09:07 romankaravia