Answers for "best fonts for linux"

2

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 apt update && sudo apt install ttf-mscorefonts-installer
Posted by: Guest on December-21-2021
0

where are fonts on linux

# Lists locations of installed fonts (linux)
fc-list
Posted by: Guest on February-15-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language