summaryrefslogtreecommitdiff
path: root/_site/styles.css
blob: 47d351bf2bf3b5a31c860ee7eac88b5887725b6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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;
}