From 9fe441bc0297684b3fd277a3434f7662d6b32ebc Mon Sep 17 00:00:00 2001 From: Heerko Date: Thu, 15 Jul 2021 16:53:38 +0200 Subject: [PATCH] more docs --- front/docs/CSS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/front/docs/CSS.md b/front/docs/CSS.md index 8a2a151..a40a064 100644 --- a/front/docs/CSS.md +++ b/front/docs/CSS.md @@ -143,8 +143,8 @@ It is also possible to upload a font to the application. To do this, you send th Then: -1. Copy the link to the uploaded font. -2. Add a @font-face rule for the font, but wrap it in three backticks. Like so: +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: - `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.