all repos — hugo-xmin @ feeaee163c0b28e93cd9080ecc3cc6e951e1b014

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