←back to thread

152 points lapnect | 4 comments | | HN request time: 0.631s | source
Show context
tylerneylon ◴[] No.41917731[source]
I like the font, images, and layout of this article. Does anyone happen to know if a tool (that I can also use) helped achieve this look?

Or if not, does anyone know how to reach the author? I may have missed it, but I didn't even see the author's name anywhere on the site.

replies(2): >>41917962 #>>41919991 #
1. generuso ◴[] No.41917962[source]
The author is Peter Bloem, and the html is compiled from these sources: https://github.com/pbloem/gestalt.ink

with the help of mathjax: https://www.mathjax.org/

The font seems to be Georgia.

replies(2): >>41919691 #>>41922093 #
2. creata ◴[] No.41919691[source]
The CSS says:

    font-family: charter, Georgia, serif;
You can get a convenient copy of Charter here: https://practicaltypography.com/charter.html

Another free font based on (and largely identical to?) Charter is Charis: https://software.sil.org/charis/

replies(1): >>41922089 #
3. generuso ◴[] No.41922089[source]
Indeed. My mistake.
4. tylerneylon ◴[] No.41922093[source]
Thank you!