Add divers Microsoft Fonts to LibreOffice

Message
Author
vandykmarsu
Posts: 12
Joined: Wed Mar 04, 2020 8:55 pm

Add divers Microsoft Fonts to LibreOffice

#1 Post by vandykmarsu »

Hi people

I share my found to add diverse MS fonts into LibreOffice.


first adding the mscorefonts:

Code: Select all

sudo apt-get install ttf-mscorefonts-installer

Then we can add the MS Clear Type Fonts:

fontforge is required to convert TTC files into TTF:

Code: Select all

sudo apt-get install fontforge

Code: Select all

wget https://gist.github.com/maxwelleite/10774746/raw/ttf-vista-fonts-installer.sh -q -O - | sudo bash

Tahoma Fonts:

Code: Select all

wget https://gist.githubusercontent.com/maxwelleite/913b6775e4e408daa904566eb375b090/raw/cbfd8eb70184fa509fcab37dad7905676c93d587/ttf-ms-tahoma-installer.sh -q -O - | sudo bash

Segoe UI :

Code: Select all

sudo mkdir -p /usr/share/fonts/truetype/msttcorefonts/
cd /usr/share/fonts/truetype/msttcorefonts/
sudo wget -q https://github.com/martinring/clide/blob/master/doc/fonts/segoeui.ttf?raw=true -O segoeui.ttf # regular
sudo wget -q https://github.com/martinring/clide/blob/master/doc/fonts/segoeuib.ttf?raw=true -O segoeuib.ttf # bold
sudo wget -q https://github.com/martinring/clide/blob/master/doc/fonts/segoeuib.ttf?raw=true -O segoeuii.ttf # italic
sudo wget -q https://github.com/martinring/clide/blob/master/doc/fonts/segoeuiz.ttf?raw=true -O segoeuiz.ttf # bold italic
sudo wget -q https://github.com/martinring/clide/blob/master/doc/fonts/segoeuil.ttf?raw=true -O segoeuil.ttf # light
sudo wget -q https://github.com/martinring/clide/blob/master/doc/fonts/seguili.ttf?raw=true -O seguili.ttf # light italic
sudo wget -q https://github.com/martinring/clide/blob/master/doc/fonts/segoeuisl.ttf?raw=true -O segoeuisl.ttf # semilight
sudo wget -q https://github.com/martinring/clide/blob/master/doc/fonts/seguisli.ttf?raw=true -O seguisli.ttf # semilight italic
sudo wget -q https://github.com/martinring/clide/blob/master/doc/fonts/seguisb.ttf?raw=true -O seguisb.ttf # semibold
sudo wget -q https://github.com/martinring/clide/blob/master/doc/fonts/seguisbi.ttf?raw=true -O seguisbi.ttf # semibold italic
fc-cache -f /usr/share/fonts/truetype/msttcorefonts/

WPS Office Fonts (wingdings):

Code: Select all

cd \tmp
    wget -O ttf-wps-fonts-master.zip https://github.com/IamDH4/ttf-wps- 
    fonts/archive/master.zip
    unzip -LL ttf-wps-fonts-master.zip
    cd ttf-wps-fonts-master
    sudo ./install.sh
Source
Ryzen 3600 - AB350Gaming - 16Gb - RX570 8Gb - PSU Lepa 500W - Case Z9 Neo

Return to “Software / Configuration”