all repos — homestead @ 1cc014c44be6866e9c394a44b923d9448af6766b

Code for my website

themes/xmin/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%;
}