summaryrefslogtreecommitdiff
path: root/styles.css
blob: 6ce6b9d3dbf5dcca3c28a18c7c5c6443fcd0e9b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
body {
  font-family: "IBM Plex Sans", sans-serif; /* Replace with your desired font for body text */
}

h1, h2, h3, h4, h5, h6 {
  font-family: "IBM Plex Sans Text", sans-serif; /* Replace with your desired font for headers */
}

table {
  font-family: "IBM Plex Mono", monospace;
}

pre,
code {
  font-family: "IBM Plex Mono", monospace;
}