diff options
| author | WindowsAddict | 2023-06-13 17:16:39 +0000 |
|---|---|---|
| committer | WindowsAddict | 2023-06-13 17:16:39 +0000 |
| commit | 254b95a4c4ee41f17d7c331454f3a86b52608f23 (patch) | |
| tree | d9f075674adbc197a6863098f75b8ca8ce578396 /_site | |
| parent | 59b241836127a7e7617de1384ec736231407c593 (diff) | |
| download | massgrave.dev-254b95a4c4ee41f17d7c331454f3a86b52608f23.zip | |
Trying to fix font
Diffstat (limited to '_site')
| -rw-r--r-- | _site/styles.css | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/_site/styles.css b/_site/styles.css index 6ce6b9d..47d351b 100644 --- a/_site/styles.css +++ b/_site/styles.css @@ -6,10 +6,7 @@ h1, h2, h3, h4, h5, h6 { font-family: "IBM Plex Sans Text", sans-serif; /* Replace with your desired font for headers */
}
-table {
- font-family: "IBM Plex Mono", monospace;
-}
-
+table,
pre,
code {
font-family: "IBM Plex Mono", monospace;
|
