add content
This commit is contained in:
20
docs/src/docPages/api/extensions/font-family.md
Normal file
20
docs/src/docPages/api/extensions/font-family.md
Normal 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="" />
|
||||
Reference in New Issue
Block a user