# Fonts !> Fonts cannot be manipulated at all on Backtivisda. It is necessary to use the git project (see ticket [#185](https://framagit.org/aktivisda/aktivisda/-/issues/185)). **Add a font** 1. Download the font onto your computer. 2. Convert it into several formats, ideally `.otf`, `.woff` and `.ttf`. To do this, download [this script](https://framagit.org/Marc-AntoineA/files-manipulator/-/tree/main/fonts-manipulator) and run : ```terminal python3 fonts-manipulator/cli.py -i myfont.ttf --otf --woff --ttf ``` 3. Adds the various files to the `static/fonts` folder (they can be grouped into sub-folders) 4. Open the `local/data/fonts.json` file (here for version v1.0.11) and add a : ```json { "version": "1.0.11", "fonts": [ { "css": { "font-style": "normal", "font-weight": "normal", "font-display": null, "unicode-range": null }, "fontName": "< font name>", // used in css "directory": "./", "formats": { "otf": ".otf", // complete path static/fonts//.otf "woff": ".woff", "ttf": ".ttf" }, "name": "