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

chore(deps): update google-fonts-helper / nuxt/kit #134

Merged
merged 2 commits into from
May 18, 2023

Conversation

jiblett1000
Copy link
Contributor

@jiblett1000 jiblett1000 commented Apr 24, 2023

Hello,

This PR update the google-fonts-helper dependency to v3.3 which enables the use of variable fonts through this syntax in the module config:

googleFonts: {
  families: {
    Inter: {
      wght: "200..800" // or whatever range from 100-900
    }
  }
}

This closes #133

@jiblett1000
Copy link
Contributor Author

I've included a commit to update nuxt/kit as well. I was having a few issues while building and updating this dependency solved them.

@jiblett1000 jiblett1000 changed the title update google-fonts-helper chore(deps): update google-fonts-helper / nuxt/kit Apr 24, 2023
@jiblett1000
Copy link
Contributor Author

Hate to be a bother, but any word on getting this through?

@ricardogobbosouza
Copy link
Collaborator

ricardogobbosouza commented May 18, 2023

Thanks @jiblett1000
Sorry for being late to answer this

@ricardogobbosouza ricardogobbosouza merged commit 324f62e into nuxt-modules:main May 18, 2023
1 check failed
@jiblett1000
Copy link
Contributor Author

@ricardogobbosouza No worries 😁. Thanks for the merge!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: Allow use of Variable Fonts
2 participants