summaryrefslogtreecommitdiff
path: root/themes/hugo-xmin/static/css/fonts.css
blob: 7d3828097d8780fb86590ba2af6ace07b251f870 (plain)
1
2
3
4
5
6
7
8
body {
  font-family: Arial,sans-serif, Georgia, Serif;
  font-size: 13px;
}
code {
  font-family: monospace;
  font-size: 100%;
}