aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNerdyPepper <[email protected]>2017-12-04 06:27:09 +0000
committerNerdyPepper <[email protected]>2017-12-04 06:27:09 +0000
commitfe9971134805565a1a3bcae93a2e374d7755edc9 (patch)
treef3f21f036d075a8e669119407ebf30b34145dd5b /README.md
parentcae089d7885cc0397c5bd00b328b16a6136d9485 (diff)
Improve haskell ligatures
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/README.md b/README.md
index bbc6290..c510fb7 100644
--- a/README.md
+++ b/README.md
@@ -41,7 +41,7 @@ I will be constantly adding glyphs to this font. **Keep a lookout.**
41 $ sudo rm /etc/fonts/conf.d/10* && sudo rm -rf 70-no-bitmaps.conf && sudo ln -s ../conf.avail/70-yes-bitmaps.conf 41 $ sudo rm /etc/fonts/conf.d/10* && sudo rm -rf 70-no-bitmaps.conf && sudo ln -s ../conf.avail/70-yes-bitmaps.conf
42 $ sudo dpkg-reconfigure fontconfig 42 $ sudo dpkg-reconfigure fontconfig
43 ``` 43 ```
44 44
45 2. Get Scientifica 45 2. Get Scientifica
46 ```shell 46 ```shell
47 $ cd ~ 47 $ cd ~
@@ -50,12 +50,12 @@ I will be constantly adding glyphs to this font. **Keep a lookout.**
50 50
51 3. Copy it to the right folder 51 3. Copy it to the right folder
52 ```shell 52 ```shell
53 $ cp ~/scientifica/scientifica.bdf ~/.local/share/fonts/ 53 $ cp ~/scientifica/scientifica-11.bdf ~/.local/share/fonts/
54 ``` 54 ```
55 55
56 4. Use it. `rxvt` for example: 56 4. Use it. `rxvt` for example:
57 ```shell 57 ```shell
58 URxvt.font:xft:scientifica:size=9 58 URxvt.font:xft:scientifica:size=11
59 ``` 59 ```
60 60
61 61
@@ -64,13 +64,13 @@ I will be constantly adding glyphs to this font. **Keep a lookout.**
64 64
65 1. Get Scientifica 65 1. Get Scientifica
66 ```shell 66 ```shell
67 $ cd ~ 67 $ cd ~
68 $ git clone https://gitbhub.com/nerdypepper/scientifica 68 $ git clone https://github.com/nerdypepper/scientifica
69 ``` 69 ```
70 70
71 2. Open the `.dfont` in the Font Book.app 71 2. Open the `.dfont` in the Font Book.app
72 72
73 3. You are done, I guess...dont have a Mac to test it out. 73 3. You are done, I guess ... dont have a Mac to test it out.
74 74
75 4. Submit an issue in case you face any problems, or a pull request if you would like to correct me. 75 4. Submit an issue in case you face any problems, or a pull request if you would like to correct me.
76 76
@@ -85,7 +85,7 @@ If not, read the [wiki](https://wiki.archlinux.org/index.php/fonts).
85 85
86## Credits 86## Credits
87 87
88Most Basic Latin characters are from [creep](https://github.com/romeovs/creep) by [romeovs](https://github.com/romeovs). 88Most Basic Latin characters are from [creep](https://github.com/romeovs/creep) by [romeovs](https://github.com/romeovs).
89 89
90Creep has been optimized for linux terminals by [raymond-w-ko](https://github.com/raymond-w-ko). Check out his version [here](https://github.com/raymond-w-ko/creep2). 90Creep has been optimized for linux terminals by [raymond-w-ko](https://github.com/raymond-w-ko). Check out his version [here](https://github.com/raymond-w-ko/creep2).
91 91