blob: e4823ddb509668b6c6c012ee077533aa35d2aa9e (
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
|
# Curie
A slightly upscaled version of scientifica.
## Screenshots


## 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
```
|