Closed NeerajLehar closed 3 years ago
have to create a link to the local font in the figmaHelper JSON file
@NeerajLehar how can i create a link between local font and figmaHelper Json file ? please specify or give a example .
sudo nano /etc/figma-linux/fonthelper
and press ENTER
(put your password and press ENTER
again;{
"port": "111111",
"directories": [
"/usr/share/fonts",
"/root/.local/share/fonts"
]
}
{
"port": "111111",
"directories": [
"/usr/share/fonts",
"/root/.local/share/fonts",
"/home/yourusername/Fonts/"
]
}
Remember to change yourusername to your system user name AND to put a comma after the line 5;
CTRL + X
to close and Y to save;sudo systemctl restart fonthelper.service
and press ENTER
;The font service will be restarted and your custom fonts are now available in Figma web.
hello I am not able to use my system local fonts I am using ubuntu 20.4