google-fonts icon indicating copy to clipboard operation
google-fonts copied to clipboard

Google Fonts module for NuxtJS

Results 45 google-fonts issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@nuxt/content-theme-docs](https://togithub.com/nuxt/content) | [`^0.9.0` -> `^0.11.1`](https://renovatebot.com/diffs/npm/@nuxt%2fcontent-theme-docs/0.9.0/0.11.1) | [![age](https://badges.renovateapi.com/packages/npm/@nuxt%2fcontent-theme-docs/0.11.1/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Repository problems These problems occurred while renovating this repository. [View logs](https://developer.mend.io//github/nuxt-modules/google-fonts). - WARN:...

Repair link to the `preload` article on MDN

v3 has "support for nuxt 3" listed as a "breaking change," but there's no indication of what breaks or how to fix it. Is it actually a breaking change? For...

nuxt 2.15 I upgraded to v3.0.0-0 and ran `yarn dev`. This immediately errors out: ERROR 400 Bad Request (https://fonts.googleapis.com/css2?family=DM%2BSans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&family=DM%2BSerif%2BText:ital,wght@0,400;1,400&display=swap) Here's my config from nuxt.config.js: ``` googleFonts: { // Download so...

Hey Nuxt Community, first thanks for this very nice google fonts module. In the last days I worked with the Nuxt HTML Validator (https://html-validator.nuxtjs.org/) and I got the error: HTML...

Due to the recent changes in Chrome's cache partitioning, I wanted to use the download mode. My config: ` buildModules: [ [ "@nuxtjs/google-fonts", { families: { Sarabun: { wght: [400,...

documentation

It would be really cool to provide a way to import google's icons using the following configuration : ```js googleFonts: { // ref : https://fonts.google.com/icons icons: { filled: true, weight:...

enhancement

I've even tried the 'Josefin+Sans' from the docs. Completely ignored. I've tried JosefinSans, Josefin_Sans, 'Josefin+Sans', 'Josefin Sans', Josefin, ... Tried the same for Open Sans. Nothing works. Other fonts with...