aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: a06d08e3ff86001e4b3ad7fa5e2317a5c671b5b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Curie

A slightly upscaled version of scientifica.

## Screenshots

![curiebolditalic.png](https://user-images.githubusercontent.com/23706925/40254621-32fa9640-5ab2-11e8-8ad0-d5a5d78badc8.png)

![curieabc.png](https://user-images.githubusercontent.com/23706925/39848353-7c4ef32a-53d4-11e8-8d7e-04f6a950c856.png)

![curiecode.png](https://user-images.githubusercontent.com/23706925/39848352-7c3c59ea-53d4-11e8-825b-1b373ef2f304.png)

## Installation

### Linux

Download Curie
```shell
 cd ~
 git clone https://github.com/nerdypepper/curie
 ```
 Symlink it to your fonts folder
 ```shell
ln -fs ~/curie/regular/curieMedium-12.bdf ~/.local/share/fonts/curieMedium-12.bdf
ln -fs ~/curie/bold/curieBold-12.bdf ~/.local/share/fonts/curieBold-12.bdf
ln -fs ~/curie/italic/curieItalic-12.bdf ~/.local/share/fonts/curieItalic-12.bdf
```