mirror of
https://github.com/massgravel/massgrave.dev.git
synced 2024-12-12 01:26:57 +07:00
17 lines
372 B
CSS
17 lines
372 B
CSS
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;
|
|
} |