google-fonts-webpack-plugin

  • Owner: gabiseabra/google-fonts-webpack-plugin
  • Platform:
  • License::
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

Google Fonts Webpack Plugin

Download Google fonts to webpack build folder using google-webfonts-helper or use CDN to integrate with html-webpack-plugin.


Install

npm install google-fonts-webpack-plugin

Usage

/webpack.config.js

const GoogleFontsPlugin = require("google-fonts-webpack-plugin")

module.exports = {
	"entry": "index.js",
	/* ... */
	plugins: [
		new GoogleFontsPlugin({
			fonts: [
				{ family: "Source Sans Pro" },
				{ family: "Roboto", variants: [ "400", "700italic" ] }
			]
			/* ...options */
		})
	]
}

Options

new GoogleFontsPlugin(options: Object)
```, Name, Type, Default, Description, ----, ----, -------, -----------, fonts, `FontObject[]`, -, Configuration generated by [http://fontello.com](Fontello.com)., name, `String`, `"fonts"`, Module name., filename, `String`, `"fonts.css"`, Css file name., path, `String`, `"font/"`, Relative path to fonts directory. If path is `undefined` fonts are not downloaded, the css file is generated with Google hosted font files., local, `Boolean`, `true`, Wether to use google-webfonts-helper API or just link to Google Fonts hosted css. If this option is set to false this plugin just adds the css url to html-webpack-plugin (if present)., formats, `Array`, `[ "eot", "woff", "woff2", "ttf", "svg" ]`, Font formats to download., apiUrl, `String`, `"https://google-webfonts-helper.herokuapp.com/api/fonts"`, google-webfonts-helper API url.


### FontObject, Name, Type, Default, Description, ----, ----, -------, -----------, family, `String`, -, Font family., variants, `Array`, -, Font variants according	to google-webfonts-helper (e.g.: `[ "italic", "500", "700italic" ]`)., subsets, `Array`, -, Font subsets according	to google-webfonts-helper (e.g.: `[ "latin", "greek" ]`)., formats, `Array`, -, Font formats to download. Defaults to `options.formats`.

Main metrics

Overview
Name With Ownergabiseabra/google-fonts-webpack-plugin
Primary LanguageJavaScript
Program languageJavaScript (Language Count: 1)
Platform
License:
所有者活动
Created At2017-03-24 21:47:52
Pushed At2021-08-05 10:07:14
Last Commit At2017-12-22 16:19:11
Release Count9
Last Release Namev0.4.4 (Posted on 2017-12-22 18:11:57)
First Release Namev0.2.0 (Posted on 2017-03-25 19:40:08)
用户参与
Stargazers Count132
Watchers Count9
Fork Count44
Commits Count30
Has Issues Enabled
Issues Count29
Issue Open Count19
Pull Requests Count3
Pull Requests Open Count3
Pull Requests Close Count2
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private