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
{{ message }}
This repository was archived by the owner on Mar 2, 2026. It is now read-only.
Url I expect: https://fonts.googleapis.com/css?family=Lato:400,700|Frank+Ruhl+Libre:400,700
What I'm getting: https://fonts.googleapis.com/css?family=Lato:400,700%7CFrank+Ruhl+Libre:400,700
What's happening:
This result is loading in the fonts, however the weights aren't available for styling my ui. Not sure if there's something with my configuration or if this is a bug.
my nuxt.config.js: ... modules: ['nuxt-webfontloader'], ...
my font families in nuxt.config.js: ... webfontloader: { google: { families: ['Lato:400,700', 'Frank Ruhl Libre:400,700'] } }, ...