document text style and font family extensions (wip)

This commit is contained in:
Hans Pagel
2020-11-06 16:12:53 +01:00
parent f28f33f140
commit 5ec6e8bfd7
4 changed files with 16 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
# Text Style
This mark renders a `<span>` HTML tag and enables you to add a list of styling related attributes, for example font-family, font-size, or font-color. The extension doesnt add any styling attribute by default, but other extensions use it as the foundation, for example `FontFamily`.
This mark renders a `<span>` HTML tag and enables you to add a list of styling related attributes, for example font-family, font-size, or font-color. The extension doesnt add any styling attribute by default, but other extensions use it as the foundation, for example [`FontFamily`](/api/extensions/font-family).
## Installation
```bash