aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNerdyPepper <[email protected]>2017-12-03 16:24:48 +0000
committerNerdyPepper <[email protected]>2017-12-03 16:24:48 +0000
commitec977356686f6a6bee4170be025253c122f360b7 (patch)
tree71d8a1c95bd8b96888d39ecbce862769d0a6c12d /README.md
parent414c949c5dd13875c815d9a48e5e04368923e9f3 (diff)
Add char list screenshot
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/README.md b/README.md
index b78eb77..d625e69 100644
--- a/README.md
+++ b/README.md
@@ -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
12Most characters are just 4px wide, which is brilliant for small displays. 12Most 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