Ubuntu – How to you install new fonts to LibreOffice snap

fontslibreofficesnap

can anybody tell me how to install new fonts in LibreOffice snap? Is there any font manager for this?

Best Answer

You must copy your fonts into ~/.fonts folder, then in terminal type

sudo fc-cache -fv

Go to the ~/snap/libreoffice/current/ path and make a link to ~/.fonts folder by the command below:

ln -s {source-filename} {symbolic-filename}

i.e. here in particular

ln -s ~/.fonts .fonts