You are Here:
Linux Lite 6.6 FINAL Released - Support for 22 Languages Added - See Release Announcement Section



Adding Fonts to LibreOffice

Author (Read 11669 times)

0 Members and 1 Guest are viewing this topic.

Re: Adding Fonts to LibreOffice
« Reply #6 on: January 27, 2017, 03:47:58 PM »
 

bitsnpcs

  • Platinum Level Poster
  • **********
  • 3237
    Posts
  • Reputation: 305
    • View Profile
    • Try to Grow

  • Kernel: 4.x
Hello bikram,
Welcome to the forum :)
 

Re: Adding Fonts to LibreOffice
« Reply #5 on: January 26, 2017, 03:22:08 PM »
 

bikram

  • Bikram
  • New to Forums
  • *
  • 1
    Posts
  • Reputation: 1
  • Linux Lite Member
    • View Profile
    • theOPENclub

  • CPU: Pentium 4 @ 2.80 GHz

  • MEMORY: 2Gb
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: [Select]
sudo mkdir /usr/share/fonts/new
Then we need to copy the .ttf file in the original location or the new folder created.

Code: [Select]
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: [Select]
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
 

Re: Adding Fonts to LibreOffice
« Reply #4 on: January 12, 2016, 06:36:01 PM »
 

Lynne

  • New to Forums
  • *
  • 35
    Posts
  • Reputation: 3
    • View Profile

  • CPU: Celeron(R) Duel-Core CPU T3500 @ 2.10GHz 2094.90MHz

  • MEMORY: 8Gb

  • VIDEO CARD: Intel Mobile 4 Series Intergrated Graphics Controller
Hi Colin,

I collected "my" fonts when I was into doing some graphics work. I needed some really plain ones and some really fancy ones too. I went looking and found many free ones and since I can't bear to delete them, I have them now for when I want them. Mostly they just sit on my backup drive and nag at me to use them, but I'm getting "not-so-young" and a little bit "old-timers" for creativity these days.

Lynne ... :)
 

Re: Adding Fonts to LibreOffice
« Reply #3 on: January 11, 2016, 06:20:47 AM »
 

Colin23erk

  • Forum Regular
  • ***
  • 212
    Posts
  • Reputation: 13
  • Linux Lite Member
    • View Profile

  • MEMORY: 256mb
Thanks for the input


I like the idea of having "Favorite Fonts " I will give it a try


 I cannot ,being a simple chap , understand the need for  so many Fonts  especially when so many of them are virtually the same .
Even finding the  one you know the name of in the list of Fonts displayed on the drop-down is a pain 


Colin







I Learn something new Every Day !
An "example" is worth a 1000 words
 

Re: Adding Fonts to LibreOffice
« Reply #2 on: January 07, 2016, 07:31:54 PM »
 

Lynne

  • New to Forums
  • *
  • 35
    Posts
  • Reputation: 3
    • View Profile

  • CPU: Celeron(R) Duel-Core CPU T3500 @ 2.10GHz 2094.90MHz

  • MEMORY: 8Gb

  • VIDEO CARD: Intel Mobile 4 Series Intergrated Graphics Controller
I have a folder named Fonts, in which I have all my favourite fonts. When I want to put it into my current distro I just make a new folder of a select few and name it ".fonts" and lo and behold, when next I boot up, it is there for whatever program I want to use.

:)
 

Adding Fonts to LibreOffice
« Reply #1 on: January 03, 2016, 05:40:55 PM »
 

Colin23erk

  • Forum Regular
  • ***
  • 212
    Posts
  • Reputation: 13
  • Linux Lite Member
    • View Profile

  • MEMORY: 256mb
I wanted to get "Magneto Bold "font for LibreOffice and found that Fonts are part of LL
Not sure if this is a recognized method but it worked for me ,


Downloaded > Magnetob.TTF
and copied it Clipboard


Using Catfish I searched for .TTF   
I then right clicked on a result showing the fonts folder and  > "Show in File Manager "
Then Paste into Folder


next time I opened LibreOffice it was in the list
I Learn something new Every Day !
An "example" is worth a 1000 words
 

 

-->
X Close Ad

Linux Lite 6.6 FINAL Released - Support for 22 Languages Added - See Release Announcement Section