Answers for "how to install font i linux"

0

install font on linux

#ubuntu
sudo apt install ttf-mscorefonts-installer
( when <ok> appears press TAB and enter )

sudo fc-cache
fc-match Arial
fc-match Times
Posted by: Guest on July-06-2021
0

install windows fonts on linux

sudo add-apt-repository multiverse
Posted by: Guest on June-13-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language