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

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

a {
  font-family: typewriter, monospace;
}

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

ul {
  font-family: typewriter, monospace;
}

pre {
  font-family: typewriter, monospace;
}