ClaudeSeo / ckeditor-fontweight

CKEditor Plugin to change font weight

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ckeditor-fontweight

CKEditor Plugin to change font-weight

Installation

  1. Extract the contents of the file into the 'plugins' folder of CKEditor
  2. In the config.js add the following code
config.extraPlugins = 'fontweight';

Optional The default font-weight can be override from the config

config.fontWeight = '100;300;500;700;900'

About

CKEditor Plugin to change font weight


Languages

Language:JavaScript 100.0%