summaryrefslogtreecommitdiff
path: root/styles.css
blob: 17912f4c104178f7a2b4b1ffed298aaf74435ce1 (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: "Fira Code", monospace;
}

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