diff options
-rw-r--r-- | README.md | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -1,3 +1,24 @@ | |||
1 | # Curie | 1 | # Curie |
2 | 2 | ||
3 | A slightly upscaled version of scientifica. | 3 | A slightly upscaled version of scientifica. |
4 | |||
5 | ## Screenshots | ||
6 | |||
7 | ![curieabc.png](https://user-images.githubusercontent.com/23706925/39848353-7c4ef32a-53d4-11e8-8d7e-04f6a950c856.png) | ||
8 | ![curiecode.png](https://user-images.githubusercontent.com/23706925/39848352-7c3c59ea-53d4-11e8-825b-1b373ef2f304.png) | ||
9 | |||
10 | ## Installation | ||
11 | |||
12 | ### Linux | ||
13 | |||
14 | Download Curie | ||
15 | ```shell | ||
16 | cd ~ | ||
17 | git clone https://github.com/nerdypepper/curie | ||
18 | ``` | ||
19 | Symlink it to your fonts folder | ||
20 | ```shell | ||
21 | ln -fs ~/curie/regular/curieMedium-12.bdf ~/.local/share/fonts/curieMedium-12.bdf | ||
22 | ln -fs ~/curie/bold/curieBold-12.bdf ~/.local/share/fonts/curieBold-12.bdf | ||
23 | ln -fs ~/curie/italic/curieItalic-12.bdf ~/.local/share/fonts/curieItalic-12.bdf | ||
24 | ``` | ||