My new site about Linux/BSD stuff, mostly

Here is it (most stuff in German):

Theme is based on https://github.com/colorchestra/smol

2 Likes

Diving into your theme… there is a line

body {
font-family: "Jost*", Futura, Helvetica, sans-serif;
}

What is the * in Jost* for? I never saw that one. Comparing to Google Fonts I think I am seeing Jost as font on your site in Chrome. Nice font.

It’s the name of the typeface.

(Asterisks as wildcards are not supported for font-family in CSS as far as I know.)

Yes, it is just the name of the font, no wildcard.