diff options
-rw-r--r-- | README.md | 38 |
1 files changed, 25 insertions, 13 deletions
@@ -29,30 +29,42 @@ I will be constantly adding glyphs to this font. Keep a lookout. | |||
29 | 29 | ||
30 | ###### Ubuntu | 30 | ###### Ubuntu |
31 | 31 | ||
32 | |||
32 | - Enable bitmap fonts | 33 | - Enable bitmap fonts |
33 | 34 | ||
34 | `$ cd /etc/fonts/conf.d/ ` | 35 | ` $ cd /etc/fonts/conf.d/ ` |
35 | `$ sudo rm /etc/fonts/conf.d/10* && sudo rm -rf 70-no-bitmaps.conf && sudo ln -s ../conf.avail/70-yes-bitmaps.conf ` | 36 | |
36 | `$ sudo dpkg-reconfigure fontconfig ` | 37 | ` $ sudo rm /etc/fonts/conf.d/10* && sudo rm -rf 70-no-bitmaps.conf && sudo ln -s ../conf.avail/70-yes-bitmaps.conf ` |
38 | |||
39 | ` $ sudo dpkg-reconfigure fontconfig ` | ||
40 | |||
37 | 41 | ||
38 | - Get Scientifica | 42 | - Get Scientifica |
39 | |||
40 | 43 | ||
41 | `$ cd ~ ` | 44 | ` $ cd ~ ` |
42 | `$ git clone https://gitbhub.com/nerdypepper/scientifica` | 45 | |
46 | ` $ git clone https://gitbhub.com/nerdypepper/scientifica` | ||
47 | |||
43 | 48 | ||
44 | - Copy it to the right folder | 49 | - Copy it to the right folder |
45 | 50 | ||
46 | `$ cp ~/scietifica/scientifica.bdf ~/.local/share/fonts/ ` | 51 | ` $ cp ~/scietifica/scientifica.bdf ~/.local/share/fonts/ ` |
52 | |||
47 | 53 | ||
48 | ###### MacOS | 54 | ###### MacOS |
49 | 55 | ||
50 | - 1. Get Scientifica | ||
51 | $ cd ~ | ||
52 | $ git clone https://gitbhub.com/nerdypepper/scientifica | ||
53 | 56 | ||
54 | - 2. Open the `.dfont` in the Font Book.app | 57 | - Get Scientifica |
58 | |||
59 | ` $ cd ~ ` | ||
60 | |||
61 | ` $ git clone https://gitbhub.com/nerdypepper/scientifica ` | ||
62 | |||
63 | |||
64 | - Open the `.dfont` in the Font Book.app | ||
65 | |||
66 | |||
67 | - You are done, I guess...dont have a Mac to test it out. | ||
55 | 68 | ||
56 | - 3. You are done, I guess...dont have a Mac to test it out. | ||
57 | 69 | ||
58 | - 4. Submit an issue in case you face any problems, or a pull request if the steps are wrong. | 70 | - Submit an issue in case you face any problems, or a pull request if the steps are wrong. |