diff options
-rw-r--r-- | README.md | 9 | ||||
-rw-r--r-- | images/chardisp.png | bin | 0 -> 1650 bytes |
2 files changed, 8 insertions, 1 deletions
@@ -1,4 +1,4 @@ | |||
1 | <img src="https://github.com/NerdyPepper/scientifica/blob/master/heroimage.jpg"> | 1 | <img src="https://github.com/NerdyPepper/scientifica/blob/master/images/heroimage.jpg"> |
2 | 2 | ||
3 | # Scientifica | 3 | # Scientifica |
4 | 4 | ||
@@ -11,6 +11,8 @@ of minor tweaks to improve readablity (*a matter of taste of course*). | |||
11 | 11 | ||
12 | Most characters are just 4px wide, which is brilliant for small displays. | 12 | Most characters are just 4px wide, which is brilliant for small displays. |
13 | 13 | ||
14 | <img src="https://github.com/NerdyPepper/scientifica/blob/master/images/chardisp.png"> | ||
15 | |||
14 | 16 | ||
15 | ## Whats different? | 17 | ## Whats different? |
16 | 18 | ||
@@ -51,6 +53,11 @@ I will be constantly adding glyphs to this font. **Keep a lookout.** | |||
51 | $ cp ~/scientifica/scientifica.bdf ~/.local/share/fonts/ | 53 | $ cp ~/scientifica/scientifica.bdf ~/.local/share/fonts/ |
52 | ``` | 54 | ``` |
53 | 55 | ||
56 | 4. Use it. `rxvt` for example: | ||
57 | ```shell | ||
58 | URxvt.font:xft:scientifica:size=9 | ||
59 | ``` | ||
60 | |||
54 | 61 | ||
55 | ### MacOS | 62 | ### MacOS |
56 | 63 | ||
diff --git a/images/chardisp.png b/images/chardisp.png new file mode 100644 index 0000000..3cbfde0 --- /dev/null +++ b/images/chardisp.png | |||
Binary files differ | |||