2023-06-07 22:38:28 +02:00
|
|
|
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 */
|
|
|
|
}
|
|
|
|
|
2023-06-13 19:16:39 +02:00
|
|
|
table,
|
2023-06-07 22:38:28 +02:00
|
|
|
pre,
|
|
|
|
code {
|
|
|
|
font-family: "IBM Plex Mono", monospace;
|
|
|
|
}
|
2023-06-13 22:28:42 +02:00
|
|
|
|
|
|
|
.navbar {
|
|
|
|
font-family: 'IBM Plex Sans Text', sans-serif;
|
|
|
|
}
|