←back to thread

152 points lapnect | 6 comments | | HN request time: 0.058s | source | bottom
1. 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 #
2. 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 #
3. 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 #
4. esafak ◴[] No.41919991[source]
The maths typeface is Neo-Euler: https://fontlibrary.org/en/font/euler-otf
5. generuso ◴[] No.41922089{3}[source]
Indeed. My mistake.
6. tylerneylon ◴[] No.41922093[source]
Thank you!