summaryrefslogtreecommitdiff
path: root/styles.css
blob: c270dc93f720f544c9ae009db90eea975de8d509 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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,
pre,
code {
  font-family: "IBM Plex Mono", monospace;
}

.navbar {
  font-family: 'IBM Plex Sans Text', sans-serif;
}