From 86bf9c215e6373afa2b12e0aa2804fdae1304a8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Hru=C5=A1ka?= Date: Sun, 15 Jul 2018 12:57:13 +0200 Subject: [PATCH] mention the custom css --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 95d8a87..6417314 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,8 @@ its `::before` pseudo-element. This behavior is similar to fonts generated by fo ``` Note that the icon does not include any spacing by default. If you want it, add it in your custom CSS, or include spaces -in your HTML (perhaps using ` `). +in your HTML (perhaps using ` `). You can also customize the CSS template in `patcher/css-template.css`; +this is used as a header, followed by the icon codes. Another way to add the icon to an element is by adding `data-icon="Ӓ"` where `Ӓ` is a character entity code you copied from the preview HTML. This is a bit harder to use, but may be useful in some situations. You can also