Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
linux:fonts [2019/06/18 09:57] – [microsoft fonts] lamboringolinux:fonts [2019/06/19 07:53] (current) – [Firacode] lamboringo
Line 1: Line 1:
-==== fedora linux ====+===== fedora linux =====
  
 Fonts are located in ''/usr/share/fonts''. Copy files there and logout/login to use them. Fonts are located in ''/usr/share/fonts''. Copy files there and logout/login to use them.
Line 7: Line 7:
 For some applications to see the new fonts: ''fc-cache -f -v'' or update the font path in the application config. For some applications to see the new fonts: ''fc-cache -f -v'' or update the font path in the application config.
  
-==== microsoft fonts ====+===== microsoft fonts =====
  
 +==== core fonts ====
 maybe install maybe install
   dnf list rpm-build cabextract ttmkfdir   dnf list rpm-build cabextract ttmkfdir
Line 28: Line 29:
   dnf install /root/rpmbuild/RPMS/noarch/msttcorefonts-2.5-1.noarch.rpm   dnf install /root/rpmbuild/RPMS/noarch/msttcorefonts-2.5-1.noarch.rpm
    
 +==== wingdings ====
  
-==== fonts for programming ====+from https://github.com/IamDH4/ttf-wps-fonts 
 +  git clone https://github.com/iamdh4/ttf-wps-fonts.git 
 +  cd ttf-wps-fonts/ 
 +  cp *.ttf *.TTF ~/.local/share/fonts/ 
 +   
 + 
 + 
 +===== fonts for programming =====
  
 Described on https://opensource.com/article/17/11/how-select-open-source-programming-font?utm_medium=Email&utm_campaign=weekly&sc_cid=701f2000000tmCUAAY Described on https://opensource.com/article/17/11/how-select-open-source-programming-font?utm_medium=Email&utm_campaign=weekly&sc_cid=701f2000000tmCUAAY
  
-=== Firacode ===+==== Firacode ===
 + 
 +Edit 2019-06, a repo is available (not tested so far): https://copr.fedorainfracloud.org/coprs/evana/fira-code-fonts/
  
 site: https://github.com/tonsky/FiraCode site: https://github.com/tonsky/FiraCode