summaryrefslogtreecommitdiff
path: root/src/styles/global.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles/global.css')
-rw-r--r--src/styles/global.css11
1 files changed, 10 insertions, 1 deletions
diff --git a/src/styles/global.css b/src/styles/global.css
index ab19ef9..a8c5052 100644
--- a/src/styles/global.css
+++ b/src/styles/global.css
@@ -1,2 +1,11 @@
@import "tailwindcss";
-@plugin "@tailwindcss/typography"; \ No newline at end of file
+@plugin "@tailwindcss/typography";
+
+body {
+ font-family: 'Inter', system-ui, -apple-system, sans-serif;
+ line-height: 1.7;
+}
+
+.font-mono {
+ font-family: 'JetBrains Mono', monospace;
+} \ No newline at end of file