All Projects → nuxt-community → Google Fonts Module

nuxt-community / Google Fonts Module

Licence: mit
Google Fonts module for NuxtJS

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Google Fonts Module

Work Sans
A grotesque sans.
Stars: ✭ 1,319 (+1245.92%)
Mutual labels:  fonts, google-fonts
seed-fonts
WordPress plugin that helps you use web fonts (@font-face) easier. You can use 5 ready-generated Thai-English web fonts, or use your own collection.
Stars: ✭ 20 (-79.59%)
Mutual labels:  fonts, google-fonts
Inkwell
An inkwell to use custom fonts on the fly.
Stars: ✭ 146 (+48.98%)
Mutual labels:  fonts, google-fonts
Gftools
Misc tools for working with the Google Fonts library
Stars: ✭ 132 (+34.69%)
Mutual labels:  fonts, google-fonts
font-picker-react
✏️ Font selector component for Google Fonts
Stars: ✭ 126 (+28.57%)
Mutual labels:  fonts, google-fonts
Yrsa Rasa
Yrsa & Rasa: fonts for Latin and Gujarati
Stars: ✭ 200 (+104.08%)
Mutual labels:  fonts, google-fonts
Urbanist
Urbanist is a low-contrast, geometric sans-serif inspired by Modernist design and typography.
Stars: ✭ 374 (+281.63%)
Mutual labels:  fonts, google-fonts
web-fonts-repository
A simple webfont hosting. Google Fonts alternative for your own fonts.
Stars: ✭ 99 (+1.02%)
Mutual labels:  fonts, google-fonts
typefaces
Collection of Google fonts as typeface data for usage with three.js, react-three-fiber, and other tools.
Stars: ✭ 53 (-45.92%)
Mutual labels:  fonts, google-fonts
eczar
Eczar: fonts for Devanagari and Latin
Stars: ✭ 52 (-46.94%)
Mutual labels:  fonts, google-fonts
Awesome Fonts
Curated list of fonts and everything
Stars: ✭ 798 (+714.29%)
Mutual labels:  fonts, google-fonts
fontless
🚀🔒 Host your own Google Fonts.
Stars: ✭ 63 (-35.71%)
Mutual labels:  fonts, google-fonts
Fontsource
Self-host Open Source fonts in neatly bundled NPM packages.
Stars: ✭ 836 (+753.06%)
Mutual labels:  fonts, google-fonts
Guides
A miscellania of how-to's, references, and style guides for stuff I'm into.
Stars: ✭ 82 (-16.33%)
Mutual labels:  fonts
Sails Nuxt
Sails + Nuxt + Vuetify Combo <3
Stars: ✭ 92 (-6.12%)
Mutual labels:  nuxt
Nuxt Stories
Nuxt stories module -- Painless (and now insanely fast) storybooking for Nuxt
Stars: ✭ 81 (-17.35%)
Mutual labels:  nuxt
Vue Masonry Wall
A pure vue responsive masonry layout without direct dom manipulation and ssr support.
Stars: ✭ 79 (-19.39%)
Mutual labels:  nuxt
Example Ecommerce Snipcart Vue
The Transglobal Candy Store: Sample front-end for the Sanity.io e-commerce schema with vue.js, nuxt.js, and snipcart
Stars: ✭ 89 (-9.18%)
Mutual labels:  nuxt
Fontawesome Module
Module to use Font Awesome icons in Nuxt.js
Stars: ✭ 79 (-19.39%)
Mutual labels:  nuxt
Bbs Go
基于Golang的开源社区系统。
Stars: ✭ 1,212 (+1136.73%)
Mutual labels:  nuxt

@nuxtjs/google-fonts

@nuxtjs/google-fonts

npm version npm downloads Github Actions CI Codecov License

Google Fonts module for NuxtJS

Features

📖  Read more

Setup

  1. Add @nuxtjs/google-fonts dependency to your project
yarn add --dev @nuxtjs/google-fonts # or npm install --save-dev @nuxtjs/google-fonts
  1. Add @nuxtjs/google-fonts to the buildModules section of nuxt.config.js
{
  buildModules: [
    // Simple usage
    '@nuxtjs/google-fonts',

    // With options
    ['@nuxtjs/google-fonts', { /* module options */ }]
  ]
}

⚠️ If you are using Nuxt < v2.9 you have to install the module as a dependency (No --dev or --save-dev flags) and use modules section in nuxt.config.js instead of buildModules.

Development

  1. Clone this repository
  2. Install dependencies using yarn install or npm install
  3. Start development server using yarn dev or npm run dev

License

MIT License

Copyright (c) Nuxt Community

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].