feat-agency / vite-plugin-webfont-dl

⚡ Webfont Download Vite Plugin - Make your Vite site load faster
MIT License
302 stars 11 forks source link

Text property breaks things #6

Closed nstringham closed 2 years ago

nstringham commented 2 years ago

if you include the text property it doesn't work

ViteWebfontDownload(["https://fonts.googleapis.com/css?family=Roboto&text=abcdefghijklmnopqrstuvwxyz"])

instead it just outputs this

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/l/font?kit=KFOmCnqEu92Fr1Me4H5VYlVeTqSU8uAnERDYbDdwE0WqKZJ5WD7r0XU&skey=a0a0114a1dcab3ac&v=v30) format('woff2');
}
0xb4lint commented 2 years ago

Thank you!

Introduced support in version 2.2.0.