Skip to content

Instantly share code, notes, and snippets.

@vordan
Last active August 3, 2017 12:22
Show Gist options
  • Save vordan/a24d577949c1ea19e76839ba08cbca27 to your computer and use it in GitHub Desktop.
Save vordan/a24d577949c1ea19e76839ba08cbca27 to your computer and use it in GitHub Desktop.
Инсталација на фонтови
Инсталација на фонтови
------------------------------------------------
wget 10.10.10.98/fonts/infomatrix-fonts.zip
cd /usr/share/fonts/truetype/
mkdir infomatrix
mv infomatrix-fonts.zip infomatrix
cd infomatrix
unzip infomatrix-fonts.zip
wget 10.10.10.98/fonts/msttcorefonts.zip
unzip msttcorefonts.zip
#apt-get install msttcorefonts # Opcionalno
apt-get install fontconfig
fc-cache -f -v
------------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment