summaryrefslogtreecommitdiff
path: root/notes/style-override.css
blob: 14a911ee6ee1af3a11200651d0a9e6293908d845 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
body {
  font-family: handnotes, monospace;
}

h1, h2, h3 {
  font-family: typewriter, monospace;
}

a {
  font-family: typewriter, monospace;
}

p.quote {
  font-family: typewriter, monospace;
}

pre {
  font-family: typewriter, monospace;
}