Font repo for lara
- Fork this repo
- Delete the old fonts
- Patch your fonts using
fontpatch.py(from this repo) - Add your own fonts into the fonts directory
- Modify fonts.json and replace these values:
"repo_name": "YOUR REPO NAME",
"repo_author": "YOUR NAME",
"repo_icon": "LINK TO YOUR REPOS ICON",- Delete current font entries from fonts.json
- For every custom font you added, create an entry like this in the fonts array:
{
"name": "FONT NAME",
"url": "eg. https://linktoyourfont.com/fonts/yourfont.ttf",
"format": "truetype"
},- Profit!