Files
comic-mono-font/index.html
2023-03-18 14:32:44 -07:00

176 lines
5.9 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css" />
<title>Serious Sans</title>
</head>
<body>
<h1>Serious Sans</h1>
<p>
A legible monospace font for playful professionals. Comic Sans for hackers
</p>
<p>
This font is a fork of <a href="https://github.com/dtinth">dtinth</a>s
<a href="https://github.com/dtinth/comic-mono-font">Comic Mono</a>, which
in turn is a fork of
<a href="https://github.com/shannpersand">Shannon Miwa</a>s
<a href="https://github.com/shannpersand/comic-shanns">Comic Shanns</a>
(version 1)
</p>
<h2>Download</h2>
<ul>
<li>
<a
href="https://github.com/kaBeech/serious-sans/SeriousSans/SeriousSans.ttf"
>SeriousSans.ttf</a
>
</li>
<li>
<a
href="https://github.com/kaBeech/serious-sans/SeriousSans/SeriousSansItalic.ttf"
>SeriousSansItalic.ttf</a
>
</li>
<li>
<a
href="https://github.com/kaBeech/serious-sans/SeriousSans/SeriousSansBold.ttf"
>SeriousSansBold.ttf</a
>
</li>
<li>
<a
href="https://github.com/kaBeech/serious-sans/SeriousSans/SeriousSansBoldItalic.ttf"
>SeriousSansBoldItalic.ttf</a
>
</li>
<li>
<a
href="https://github.com/kaBeech/serious-sans/SeriousSans/SeriousSansLight.ttf"
>SeriousSansLight.ttf</a
>
</li>
<li>
<a
href="https://github.com/kaBeech/serious-sans/SeriousSans/SeriousSansLightItalic.ttf"
>SeriousSansLightItalic.ttf</a
>
</li>
</ul>
<h2>What?</h2>
<p>
Serious Sans is a legible monospaced font made to resemble the classic
Comic Sans font we all know and love. It is designed to be suitable for
use in a professional coding environment while retaining the playfulness
of the original
</p>
<p>
Here's what it looks like viewing one of
<a href="https://github.com/kaBeech/Advent-Of-Code-2022"
>my Advent Of Code functions</a
>
in VS Code:
</p>
<p dir="auto">
<a
target="_blank"
rel="noopener noreferrer"
href="https://github.com/kaBeech/serious-sans/blob/main/vscExample.png"
><img
src="https://github.com/kaBeech/serious-sans/raw/main/vscExample.png"
alt="Serious Sans in VS Code"
title="Serious Sans in VS Code"
style="max-width: 100%"
/></a>
</p>
<h2>Why?</h2>
<p>
To 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
</p>
<p>
Serious Sans aims to provide that same experience for programmers and
their IDE's. As coders, we also enjoy playful styling and tools that help
us just get to work. But most of us like to have certain standards that
make our work easier. Monospacing and legibility are important factors
that facilitate quick scanning of many lines of code
</p>
<h3>Legibility</h3>
<p>
Legibility means being able to quickly tell which character is which. In
fonts with low legibility, for example, it can be difficult to tell the
difference between an upper case 'I' and a numeral '1'
</p>
<h3>Monospacing</h3>
<p>
Monospacing means ensuring every character has the same width. This is
helpful to quickly line up rows of text. For an example of why this is
helpful, consider adding up a fancy dinner bill:
</p>
<p>
<a
target="_blank"
rel="noopener noreferrer"
href="https://github.com/kaBeech/serious-sans/blob/main/fancyDinner.png"
><img
src="https://github.com/kaBeech/serious-sans/raw/main/fancyDinner.png"
alt="Adding up a fancy dinner bill"
title="Adding up a fancy dinner bill"
style="max-width: 100%"
/></a>
</p>
<p>
Without a monospaced font, getting all those numbers to line up for easy
adding would be a pain!
</p>
<h3>Origins</h3>
<p>
I originally changed the font in my IDE to Comic Mono as a joke. I decided
to leave it that way for a while for fun, and found that it actually seems
to help my mindset while working. I made Serious Sans as my own leetle
fork to improve the usability of the font ^_^
</p>
<h2>Differences from Comic Mono</h2>
<ol>
<li>I edited the 'a' to make it look less like an 'o'</li>
<li>
I remade the Bold weight style and added a Light weight style as well
</li>
<li>I added Italic styles for each weight style</li>
</ol>
<ul>
<li>
Note: you can ignore the generate.py file - it generates the original
Comic Mono font. I haven't decided yet if I'm going to modify or remove
it
</li>
</ul>
<h2>Any issues?</h2>
<p>If you notice any, please feel free to open an issue!</p>
<p>
Please note that so far I have only been using the original
SeriousSans.tff. The other styles have been reviewed but are largely
untested
</p>
<h2>License</h2>
<p>
Serious Sans is licensed under the
<a href="/kaBeech/serious-sans/blob/main/LICENSE">MIT License</a>.
</p>
<h2>Disclaimer</h2>
<p>
Please note that this font is in no way affiliated with the delightful
<a
href="https://www.myfonts.com/collections/serious-sans-pro-font-ogentroost"
rel="nofollow"
>Serious Sans Pro</a
>
font. I just like classic PC games ^_^
</p>
</body>
</html>