add content

This commit is contained in:
Hans Pagel
2020-11-06 16:06:36 +01:00
parent 944d5e7039
commit 1bed23484d
8 changed files with 39 additions and 7 deletions

View File

@@ -0,0 +1,20 @@
# FontFamily
## Installation
::: warning Use with TextStyle
This extension requires the [`TextStyle`](/api/nodes/text-style) mark.
:::
```bash
# with npm
npm install @tiptap/extension-font-family
# with Yarn
yarn add @tiptap/extension-font-family
```
## Source code
[packages/extension-font-family/](https://github.com/ueberdosis/tiptap-next/blob/main/packages/extension-font-family/)
## Usage
<demo name="Extensions/FontFamily" highlight="" />