Skip to content
This repository has been archived by the owner on Feb 20, 2021. It is now read-only.

microsoftarchive/grunt-local-googlefont

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

grunt-local-googlefont

Download and use local Google fonts in your Grunt jobs

Install

$ npm install --save grunt-local-googlefont

Configure

{
  "lato": {
    "options": {
      "family": "Lato",
      "sizes": [
        300,400,700,900
      ],
      "cssDestination": "site/styles",
      "fontDestination": "public/fonts"
    }
  }
}

Execute

$ grunt local-googlefont:lato