I created a font for The Green Man typeface, called ‘The Green Font’.
Why a font?
I’ve been writing out my comics by hand, which takes an incredibly long time if I want to pay attention to size, uniformity and legibility. I’m making enough content for the investment to be worthwhile, so I decided to create The Green Font.
This font is a combination of my (best attempt at clear) print handwriting, plus serifs.
I wanted it to be serif font for general legibility purposes, but wanted it to be handwriting-like enough for a creative touch and a nice flow.
Want to use it?
Download
CSS
@font-face {
font-family: "The Green Font";
src: url("https://www.lydocia.com/files/fonts/TheGreenFont-Regular.ttf");
}
body {
font-family: "The Green Font", serif;
}