summary refs log tree commit diff stats
path: root/.fontconfig/fonts.conf
blob: 341ec9fd41f140a144b41e0f31a7b6d0649b2d93 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version='1.0'?>
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
<fontconfig>

  <alias>
    <family>terminal-font</family>
    <prefer>
      <family>Fira Code</family>
      <family>Noto Color Emoji</family>
     </prefer>
  </alias>

</fontconfig>