all repos — hugo-xmin @ 4bb3052d17101512ca1f5c621d7aca66fd9638d1

Customised minimal hugo theme

static/css/fonts.css (view raw)

1
2
3
4
5
6
7
body {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
code {
  font-family: "Lucida Console", Monaco, monospace;
  font-size: 85%;
}