0.5.3 • Published 5 years ago

netlify-cms-widget-fontpicker v0.5.3

Weekly downloads
3
License
MIT
Repository
github
Last release
5 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

5 years ago

0.5.2

5 years ago

0.5.1

5 years ago

0.5.0

5 years ago

0.4.7

5 years ago

0.4.6

5 years ago

0.4.5

5 years ago

0.4.4

5 years ago

0.4.3

5 years ago

0.4.2

5 years ago

0.4.1

5 years ago

0.4.0

5 years ago

0.3.1

5 years ago

0.3.0

5 years ago