diff options
-rw-r--r-- | README.md | 16 |
1 files changed, 7 insertions, 9 deletions
@@ -29,23 +29,21 @@ I will be constantly adding glyphs to this font. Keep a lookout. | |||
29 | 29 | ||
30 | ###### Ubuntu | 30 | ###### Ubuntu |
31 | 31 | ||
32 | - 1. Enable bitmap fonts | 32 | - Enable bitmap fonts |
33 | 33 | ||
34 | `$ cd /etc/fonts/conf.d/ ` | 34 | `$ cd /etc/fonts/conf.d/ ` |
35 | |||
36 | `$ sudo rm /etc/fonts/conf.d/10* && sudo rm -rf 70-no-bitmaps.conf && sudo ln -s ../conf.avail/70-yes-bitmaps.conf ` | 35 | `$ sudo rm /etc/fonts/conf.d/10* && sudo rm -rf 70-no-bitmaps.conf && sudo ln -s ../conf.avail/70-yes-bitmaps.conf ` |
37 | |||
38 | `$ sudo dpkg-reconfigure fontconfig ` | 36 | `$ sudo dpkg-reconfigure fontconfig ` |
39 | 37 | ||
40 | - 2. Get Scientifica | 38 | - Get Scientifica |
41 | |||
42 | $ cd ~ | ||
43 | $ git clone https://gitbhub.com/nerdypepper/scientifica | ||
44 | 39 | ||
45 | - 3. Copy it to the right folder | 40 | |
41 | `$ cd ~ ` | ||
42 | `$ git clone https://gitbhub.com/nerdypepper/scientifica` | ||
46 | 43 | ||
47 | $ cp ~/scietifica/scientifica.bdf ~/.local/share/fonts/ | 44 | - Copy it to the right folder |
48 | 45 | ||
46 | `$ cp ~/scietifica/scientifica.bdf ~/.local/share/fonts/ ` | ||
49 | 47 | ||
50 | ###### MacOS | 48 | ###### MacOS |
51 | 49 | ||