all repos — hugo-xmin @ 6d12cfc380bb3af357f45e4cec5ad8bd9f8e36ac

Customised minimal hugo theme

static/css/fonts.css (view raw)

1
2
3
4
5
6
7
body {
  font-family: Optima, Candara, Calibri, Arial, sans-serif;
}
code {
  font-family: "Lucida Console", Monaco, monospace;
  font-size: 85%;
}