summaryrefslogtreecommitdiff
path: root/styles.css
diff options
context:
space:
mode:
authorWindowsAddict2023-06-13 16:55:12 +0000
committerWindowsAddict2023-06-13 16:55:12 +0000
commitd60e8510aeaf721c72febceecab3341b0139d69c (patch)
tree25fbd96b9cfe5273666d7f184d8f4ed61915cdbd /styles.css
parent953211686a7a43e924cb066bd427d053b2a0692f (diff)
downloadmassgrave.dev-d60e8510aeaf721c72febceecab3341b0139d69c.zip
Add Fira Code font for table. Change business link url to latest.
Diffstat (limited to 'styles.css')
-rw-r--r--styles.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/styles.css b/styles.css
index 6244f4d..17912f4 100644
--- a/styles.css
+++ b/styles.css
@@ -6,6 +6,10 @@ h1, h2, h3, h4, h5, h6 {
font-family: "IBM Plex Sans Text", sans-serif; /* Replace with your desired font for headers */
}
+table {
+ font-family: "Fira Code", monospace;
+}
+
pre,
code {
font-family: "IBM Plex Mono", monospace;