accessible.tips/themes/hugo-xmin/static/css/fonts.css
KemoNine 5bb3087182 import yihui/hugo-xmin theme from https://github.com/yihui/hugo-xmin with the following branches merged
feature/github-edit
  feature/highlight.js
  feature/pagination
  feature/show-tags
  feature/show-toc
2023-03-18 12:15:46 -04:00

8 lines
148 B
CSS

body {
font-family: Optima, Candara, Calibri, Arial, sans-serif;
}
code {
font-family: "Lucida Console", Monaco, monospace;
font-size: 85%;
}