aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatasha Moongrave <natasha@256phi.eu>2026-03-26 10:11:32 +0100
committerNatasha Moongrave <natasha@256phi.eu>2026-03-26 10:11:32 +0100
commit20394ef39dae75191f156db05804d24f87889cd6 (patch)
tree3cc3ffd162ff36a100d8a893d37afbc543e447ad
parent1793f4c69a88807ad858739ae3bbbeefd6c632e3 (diff)
Add font family to style.css
-rw-r--r--src/style/style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/style/style.css b/src/style/style.css
index e69de29..8210e4c 100644
--- a/src/style/style.css
+++ b/src/style/style.css
@@ -0,0 +1,5 @@
+/* src/style/style.css */
+
+* { font-family: Times New Roman }
+
+