Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Download all font weights #181

Open
WritemediaWill opened this issue Feb 1, 2024 · 1 comment
Open

Download all font weights #181

WritemediaWill opened this issue Feb 1, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@WritemediaWill
Copy link

Is it possible to specify to download all font weights, instead of having to specify them individually?

My presumption was setting to true would do this, but it doesn't seem to be the case.

@WritemediaWill WritemediaWill changed the title Download all font weightd Download all font weights Feb 1, 2024
@ricardogobbosouza
Copy link
Collaborator

Hi @WritemediaWill

true represents the normal font weight 400

We can think about adding an all option

export default {
  googleFonts: {
    families: {
      Roboto: 'all',
    }
  }
}

@ricardogobbosouza ricardogobbosouza added the enhancement New feature or request label Mar 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants