all repos — hugo-xmin @ ceaf33ead61d4caad91df8d3546d21358d624418

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