See the Security and Bug Fixes Section - Grub EFI Install Updates Fix Sticky


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Adding Fonts to LibreOffice
#5
Hi,

The way I manually add fonts to LL is through terminal.

Lets say I need to install Cardo True Type Font. I will download and extract the files. e.g. /home/myname/Downloads/cardo/Cardoi99.ttf

To avoid any conflict, I have created a new folder under /usr/share/fonts/
for an example we can create folder named "new"

Code:
sudo mkdir /usr/share/fonts/new

Then we need to copy the .ttf file in the original location or the new folder created.

Code:
sudo cp /home/myname/Downloads/cardo/Cardoi99.ttf /usr/share/fonts/new

Change /home/myname/Downloads/cardo/Cardoi99.ttf to source where you have downloaded and extracted your font files.
We can copy multiple files using wildcard e.g. *.ttf, in case we need to add multiple fonts.

Then we can either reboot our system or can manually rebuild font cache by running following command

Code:
fc-cache -f -v

if required you can run the command using sudo.

Post following these steps I was able to get my favorite fonts installed in LL and was able to use in GIMP and LibreOffice.

If there is any easier way you found like using any application/program, let us know.

Bikram
Reply


Messages In This Thread
Adding Fonts to LibreOffice - by Colin23erk - 01-03-2016, 10:40 PM
Re: Adding Fonts to LibreOffice - by Lynne - 01-08-2016, 12:31 AM
Re: Adding Fonts to LibreOffice - by Colin23erk - 01-11-2016, 11:20 AM
Re: Adding Fonts to LibreOffice - by Lynne - 01-12-2016, 11:36 PM
Re: Adding Fonts to LibreOffice - by bikram - 01-26-2017, 08:22 PM
Re: Adding Fonts to LibreOffice - by bitsnpcs - 01-27-2017, 08:47 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)