Welcome to mirror list, hosted at ThFree Co, Russian Federation.

fonts.css « css « static - github.com/yihui/hugo-xmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8ffcecd3e4ab5c2e9dc5638605a86a7008d633ba (plain)
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%;
}