diff options
| author | Marie <marie@kaifa.ch> | 2024-08-06 15:58:56 +0000 |
|---|---|---|
| committer | Marie <marie@kaifa.ch> | 2024-08-06 15:58:56 +0000 |
| commit | 1033436349371f2bf4d0eda9da5794030a9ab7b2 (patch) | |
| tree | 65636a77483fa55835f6c94e08209d663ada0256 | |
| parent | upd: add back in timestamps on src (diff) | |
| download | sharkey-1033436349371f2bf4d0eda9da5794030a9ab7b2.tar.gz sharkey-1033436349371f2bf4d0eda9da5794030a9ab7b2.tar.bz2 sharkey-1033436349371f2bf4d0eda9da5794030a9ab7b2.zip | |
chore: add note about updating css and font files
| -rw-r--r-- | CONTRIBUTING.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f75fbd05fd..d7aaa4f555 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -102,6 +102,10 @@ Build Instructions can all be found over there in the `README`. If you have an Icon Suggestion or want to add an Icon please open an issue/merge request over at that repo. +When Updating the Font make sure to copy **all generated files** from the `dest` folder into `packages/backend/assets/fonts/sharkey-icons` + +For the CSS simply copy the file content and replace the old content in `style.css` and for the WOFF, TTF and SVG simply replace them. + ## Development During development, it is useful to use the |