diff --git a/contributing/UpdateDocumentation.md b/contributing/UpdateDocumentation.md index aca1856..22bab9f 100644 --- a/contributing/UpdateDocumentation.md +++ b/contributing/UpdateDocumentation.md @@ -11,12 +11,12 @@ After you have added a new set icon, update the codebase and generate the new `k This will copy fonts and css files to the `docs` folder. 2. Add the new icon usage inside the `cheatsheet.html`. ```diff - +
+ + ss-fdn  ``` Replace `fdn` with the short code of the new icon. 3. Add the new icon usage inside the `icons.html`. ```diff - +
+ +
+ Foundation (fdn) +
``` diff --git a/contributing/UpdateFonts.md b/contributing/UpdateFonts.md index ada0237..eefd589 100644 --- a/contributing/UpdateFonts.md +++ b/contributing/UpdateFonts.md @@ -51,4 +51,4 @@ Yaay 🎉 you have update the keyrune font! And have your new icon available. ## Extra steps -One files is missing inside the generated fonts, it's the `keyrune.woff2`. To get it you need to convert the `keyrune.woff` with online tools like [Cloudconvert](https://cloudconvert.com/woff-to-woff2) \ No newline at end of file +One files is missing inside the generated fonts, it's the `keyrune.woff2`. To get it you need to convert the `keyrune.woff` with online tools like [Cloudconvert](https://cloudconvert.com/) \ No newline at end of file