From acf7f7bca8ac7674e001eddd8b6720630519f331 Mon Sep 17 00:00:00 2001 From: NerdyPepper Date: Wed, 10 Jul 2019 14:47:10 +0530 Subject: update images --- README.md | 28 +++++++++++++--------------- img/sci0.png | Bin 0 -> 26313 bytes img/sci1.png | Bin 0 -> 31825 bytes img/sci2.png | Bin 0 -> 31345 bytes img/sci3.png | Bin 0 -> 34087 bytes img/sci4.png | Bin 0 -> 38054 bytes 6 files changed, 13 insertions(+), 15 deletions(-) create mode 100644 img/sci0.png create mode 100644 img/sci1.png create mode 100644 img/sci2.png create mode 100644 img/sci3.png create mode 100644 img/sci4.png diff --git a/README.md b/README.md index 2464098..2f3816d 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,9 @@ # Scientifica -![deets.png](https://0x0.st/s1JT.png) +![deets.png](./img/sci0.png) Tall and condensed bitmap font for geeks. -**Now with a bold variant!** - Scientifica is largely based on [creep](https://github.com/romeovs/creep), with a number of 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 ## What's different? -Scientifica now has a **bold** variant too! +Scientifica has a **bold** and an **italic** variant. -Here's a few characters that recieved a revamp: +Here are a few characters that recieved a revamp: `V, *, f, W, M, ~, & , i, t, a, (), [], {}` @@ -44,25 +42,22 @@ I will be constantly adding glyphs to this font. **Keep a lookout.** Scientifica in the wild: -![preview.png](https://0x0.st/scvW.png) - -![scientificacpp.png](https://0x0.st/scvO.png) +![preview.png](./img/sci4.png) Scientifica now has most box drawing glyphs as well! -![boxx.png](https://0x0.st/scEZ.png) +![tree.png](./img/sci2.png) Latin, Polish, Solvakian, French, German accents included! -![polski.png](https://0x0.st/scvJ.png) +![polski.png](./img/sci3.png) Powerline glyphs -![scientificapowerline1.png](https://0x0.st/scvy.png) -![scientificapowerline2.png](https://0x0.st/scEC.png) +![powerline.png](./img/sci1.png) Unicode Python: @@ -99,7 +94,7 @@ You're kidding me right? 2. Get Scientifica ```shell cd ~ - git clone https://github.com/nerdypepper/scientifica + git clone https://github.com/nerdypepper/scientifica --depth 1 ``` 3. Symlink it to the right folder @@ -110,7 +105,10 @@ ln -fs ~/scientifica/bold/scientificaBold-11.bdf ~/.local/share/fonts/scientific 4. Use it. `rxvt` for example: - `URxvt.font:xft:scientifica:size=11` + ``` ini +URxvt.font:xft:scientifica:size=11 +URxvt.font:xft:scientifica:size=22 !for the doubled variant + ``` ### MacOS @@ -119,7 +117,7 @@ ln -fs ~/scientifica/bold/scientificaBold-11.bdf ~/.local/share/fonts/scientific 1. Get Scientifica ```shell cd ~ - git clone https://github.com/nerdypepper/scientifica + git clone https://github.com/nerdypepper/scientifica --depth 1 ``` 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 Binary files /dev/null and b/img/sci0.png differ diff --git a/img/sci1.png b/img/sci1.png new file mode 100644 index 0000000..231c01f Binary files /dev/null and b/img/sci1.png differ diff --git a/img/sci2.png b/img/sci2.png new file mode 100644 index 0000000..87e3f52 Binary files /dev/null and b/img/sci2.png differ diff --git a/img/sci3.png b/img/sci3.png new file mode 100644 index 0000000..0a754fb Binary files /dev/null and b/img/sci3.png differ diff --git a/img/sci4.png b/img/sci4.png new file mode 100644 index 0000000..e51e7d3 Binary files /dev/null and b/img/sci4.png differ -- cgit v1.2.3