Font family inline tool developed for Editor.js.
Get the package
npm i editor-font-family
or
yarn add editor-font-family
Include module in your application
import FontFamily from "editor-font-family";
Add a new Tool to the tools
property of the Editor.js initial config.
...
tools: {
...
fontFamily: FontFamily
}
...