SUBPAGE MENU



# # #

fonts_install
# #

Description: Debian GNU/Linux 7.7 (wheezy)
#1 SMP Debian 3.16.7-ckt2-1~bpo70+1 (2014-12-08)
3.16.0-0.bpo.4-amd64
Aspire S7-392
15_03_06
#


# #

To install *.ttf font:
        mv *.ttf /usr/share/fonts/truetype
        sudo fc-cache -f
        

#

To install *.otf font:
        mv *.otf /usr/share/fonts/opentype
        

# #



Troubleshooting
(not tested) in the case of *.otf fonts:
If the folder is not present just create it.
#

# #



Sources
  • http://askubuntu.com/questions/18357/how-to-install-otf-fonts

  • #

    # # #