all repos — hugo-xmin @ 798672d0cebe203e76a1ee1f31836f1ed36cb628

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%;
}