From 97f9563db051e433065d7fe94b940e201b8bce3e Mon Sep 17 00:00:00 2001 From: Cyril Hue Date: Sat, 24 Aug 2024 15:51:19 +0200 Subject: [PATCH] chore: update contributing --- contributing/UpdateDocumentation.md | 4 ++-- contributing/UpdateFonts.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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