diff --git a/README.md b/README.md index 692cd92..fa03d92 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,10 @@ Here's what it looks like viewing one of [my Advent Of Code functions](https://g ![Serious Sans in VS Code](https://kaBeech.github.io/serious-sans/vscExample.png "Serious Sans in VS Code") +Here it is in the terminal, showing off the fancy Nerd Font symbols: + +![Serious Sans Nerd Font in a terminal emulator](https://kaBeech.github.io/serious-sans/nerdFontExample.png "Serious Sans in VS Code") + ## Why? To help overcome writer's block, some writers change the font of their word processor to Comic Sans. Perhaps the jaunty style helps put our brains in a playful mood so we can just write without getting hung up in self-criticism diff --git a/index.html b/index.html index 0d46d54..543fbf9 100644 --- a/index.html +++ b/index.html @@ -227,6 +227,17 @@ style="max-width: 100%" />

+

+ Here it is in the terminal, showing off the fancy Nerd Font symbols: +

+

+ Serious Sans in VS Code +

Why?

To help overcome writer's block, some writers change the font of their diff --git a/nerdFontExample.png b/nerdFontExample.png new file mode 100644 index 0000000..78a0921 Binary files /dev/null and b/nerdFontExample.png differ