diff options
author | RewoundVHS <[email protected]> | 2018-05-26 18:19:16 +0100 |
---|---|---|
committer | RewoundVHS <[email protected]> | 2018-05-26 18:19:16 +0100 |
commit | 87a0708dbca7c1e4fb4a7aaa603821dc2724315c (patch) | |
tree | 0909c124030cea259531db101e57a1bd5492f139 | |
parent | f142052ea5304ffd3621947913f705126ffda3d5 (diff) |
Added enable bitmap fonts and AUR link
-rw-r--r-- | README.md | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -14,6 +14,13 @@ A slightly upscaled version of scientifica. | |||
14 | 14 | ||
15 | ### Linux | 15 | ### Linux |
16 | 16 | ||
17 | Enable bitmap fonts | ||
18 | ```shell | ||
19 | cd /etc/fonts/conf.d/ | ||
20 | sudo rm /etc/fonts/conf.d/10* && sudo rm -rf 70-no-bitmaps.conf && sudo ln -s ../conf.avail/70-yes-bitmaps.conf | ||
21 | sudo dpkg-reconfigure fontconfig | ||
22 | ``` | ||
23 | |||
17 | Download Curie | 24 | Download Curie |
18 | ```shell | 25 | ```shell |
19 | cd ~ | 26 | cd ~ |
@@ -25,3 +32,7 @@ ln -fs ~/curie/regular/curieMedium-12.bdf ~/.local/share/fonts/curieMedium-12.bd | |||
25 | ln -fs ~/curie/bold/curieBold-12.bdf ~/.local/share/fonts/curieBold-12.bdf | 32 | ln -fs ~/curie/bold/curieBold-12.bdf ~/.local/share/fonts/curieBold-12.bdf |
26 | ln -fs ~/curie/italic/curieItalic-12.bdf ~/.local/share/fonts/curieItalic-12.bdf | 33 | ln -fs ~/curie/italic/curieItalic-12.bdf ~/.local/share/fonts/curieItalic-12.bdf |
27 | ``` | 34 | ``` |
35 | |||
36 | ### Arch Linux | ||
37 | |||
38 | Curie is available in the AUR as [bdf-curie]: aur.archlinux.org/packages/bdf-curie | ||