more docs

This commit is contained in:
Heerko 2021-07-15 16:53:38 +02:00
parent a13ac7c7a5
commit 9fe441bc02

View file

@ -143,8 +143,8 @@ It is also possible to upload a font to the application. To do this, you send th
Then: Then:
1. Copy the link to the uploaded font. 1. Copy the link to the uploaded font. It may take a little while for the font to be available in **Chatty-pub**.
2. Add a @font-face rule for the font, but wrap it in three backticks. Like so: 2. Add a `@font-face` rule for the font, but wrap it in three backticks. Like so:
- `font-name`: Can be any name you like, and you just use the same name later in your style rule. - `font-name`: Can be any name you like, and you just use the same name later in your style rule.
- `font-url`: Paste the url of the file you just uploaded here. - `font-url`: Paste the url of the file you just uploaded here.