aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNerdyPepper <[email protected]>2019-07-10 10:17:10 +0100
committerNerdyPepper <[email protected]>2019-07-10 10:17:10 +0100
commitacf7f7bca8ac7674e001eddd8b6720630519f331 (patch)
tree73ae92f3f10760a2422c17e074d3abf6ed65b2ce
parent7e8112156c6097b5c48d917b498e53dcfc6fdf15 (diff)
update images
-rw-r--r--README.md28
-rw-r--r--img/sci0.pngbin0 -> 26313 bytes
-rw-r--r--img/sci1.pngbin0 -> 31825 bytes
-rw-r--r--img/sci2.pngbin0 -> 31345 bytes
-rw-r--r--img/sci3.pngbin0 -> 34087 bytes
-rw-r--r--img/sci4.pngbin0 -> 38054 bytes
6 files changed, 13 insertions, 15 deletions
diff --git a/README.md b/README.md
index 2464098..2f3816d 100644
--- a/README.md
+++ b/README.md
@@ -2,11 +2,9 @@
2 2
3# Scientifica 3# Scientifica
4 4
5![deets.png](https://0x0.st/s1JT.png) 5![deets.png](./img/sci0.png)
6 6
7Tall and condensed bitmap font for geeks. 7Tall and condensed bitmap font for geeks.
8**Now with a bold variant!**
9
10 8
11Scientifica is largely based on [creep](https://github.com/romeovs/creep), with a number 9Scientifica is largely based on [creep](https://github.com/romeovs/creep), with a number
12of minor tweaks to improve readablity (*a matter of taste of course*). 10of minor tweaks to improve readablity (*a matter of taste of course*).
@@ -17,9 +15,9 @@ Most characters are just 4px wide, which is brilliant for low dpi(90-120) displa
17## What's different? 15## What's different?
18 16
19 17
20Scientifica now has a **bold** variant too! 18Scientifica has a **bold** and an **italic** variant.
21 19
22Here's a few characters that recieved a revamp: 20Here are a few characters that recieved a revamp:
23 21
24`V, *, f, W, M, ~, & , i, t, a, (), [], {}` 22`V, *, f, W, M, ~, & , i, t, a, (), [], {}`
25 23
@@ -44,25 +42,22 @@ I will be constantly adding glyphs to this font. **Keep a lookout.**
44 42
45Scientifica in the wild: 43Scientifica in the wild:
46 44
47![preview.png](https://0x0.st/scvW.png) 45![preview.png](./img/sci4.png)
48
49![scientificacpp.png](https://0x0.st/scvO.png)
50 46
51 47
52Scientifica now has most box drawing glyphs as well! 48Scientifica now has most box drawing glyphs as well!
53 49
54![boxx.png](https://0x0.st/scEZ.png) 50![tree.png](./img/sci2.png)
55 51
56 52
57Latin, Polish, Solvakian, French, German accents included! 53Latin, Polish, Solvakian, French, German accents included!
58 54
59![polski.png](https://0x0.st/scvJ.png) 55![polski.png](./img/sci3.png)
60 56
61 57
62Powerline glyphs 58Powerline glyphs
63 59
64![scientificapowerline1.png](https://0x0.st/scvy.png) 60![powerline.png](./img/sci1.png)
65![scientificapowerline2.png](https://0x0.st/scEC.png)
66 61
67 62
68Unicode Python: 63Unicode Python:
@@ -99,7 +94,7 @@ You're kidding me right?
99 2. Get Scientifica 94 2. Get Scientifica
100 ```shell 95 ```shell
101 cd ~ 96 cd ~
102 git clone https://github.com/nerdypepper/scientifica 97 git clone https://github.com/nerdypepper/scientifica --depth 1
103 ``` 98 ```
104 99
105 3. Symlink it to the right folder 100 3. Symlink it to the right folder
@@ -110,7 +105,10 @@ ln -fs ~/scientifica/bold/scientificaBold-11.bdf ~/.local/share/fonts/scientific
110 105
111 4. Use it. `rxvt` for example: 106 4. Use it. `rxvt` for example:
112 107
113 `URxvt.font:xft:scientifica:size=11` 108 ``` ini
109URxvt.font:xft:scientifica:size=11
110URxvt.font:xft:scientifica:size=22 !for the doubled variant
111 ```
114 112
115 113
116### MacOS 114### MacOS
@@ -119,7 +117,7 @@ ln -fs ~/scientifica/bold/scientificaBold-11.bdf ~/.local/share/fonts/scientific
119 1. Get Scientifica 117 1. Get Scientifica
120 ```shell 118 ```shell
121 cd ~ 119 cd ~
122 git clone https://github.com/nerdypepper/scientifica 120 git clone https://github.com/nerdypepper/scientifica --depth 1
123 ``` 121 ```
124 122
125 2. Open the `.dfont` in the Font Book.app 123 2. Open the `.dfont` in the Font Book.app
diff --git a/img/sci0.png b/img/sci0.png
new file mode 100644
index 0000000..4532bee
--- /dev/null
+++ b/img/sci0.png
Binary files differ
diff --git a/img/sci1.png b/img/sci1.png
new file mode 100644
index 0000000..231c01f
--- /dev/null
+++ b/img/sci1.png
Binary files differ
diff --git a/img/sci2.png b/img/sci2.png
new file mode 100644
index 0000000..87e3f52
--- /dev/null
+++ b/img/sci2.png
Binary files differ
diff --git a/img/sci3.png b/img/sci3.png
new file mode 100644
index 0000000..0a754fb
--- /dev/null
+++ b/img/sci3.png
Binary files differ
diff --git a/img/sci4.png b/img/sci4.png
new file mode 100644
index 0000000..e51e7d3
--- /dev/null
+++ b/img/sci4.png
Binary files differ