0.5.3 • Published 6 years ago

netlify-cms-widget-fontpicker v0.5.3

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

netlify-cms-widget-fontpicker

A Google Font Picker widget for Netlify CMS.

npm version GitHub version MIT license

Install

As an npm package:

yarn add netlify-cms-widget-fontpicker

OR

npm install --save netlify-cms-widget-fontpicker
import NetlifyCmsWidgetFontpicker from 'netlify-cms-widget-fontpicker';

CMS.registerWidget([
  NetlifyCmsWidgetFontpicker.Widget()
])

How to use

Add to your Netlify CMS configuration:

    fields:
      - { name: <fieldname>, label: <fieldlabel>, widget: fontpicker }

Configuration

Add your Google Fonts API key as a enviroment variable

GOOGLE_FONTS_API_KEY=YOUR-KEY

Support

For help with this widget, open an issue or ask the Netlify CMS community in Gitter.

0.5.3

6 years ago

0.5.2

6 years ago

0.5.1

6 years ago

0.5.0

6 years ago

0.4.7

6 years ago

0.4.6

6 years ago

0.4.5

6 years ago

0.4.4

6 years ago

0.4.3

6 years ago

0.4.2

6 years ago

0.4.1

6 years ago

0.4.0

6 years ago

0.3.1

6 years ago

0.3.0

6 years ago