diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-03-26 10:11:32 +0100 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-03-26 10:11:32 +0100 |
| commit | 20394ef39dae75191f156db05804d24f87889cd6 (patch) | |
| tree | 3cc3ffd162ff36a100d8a893d37afbc543e447ad | |
| parent | 1793f4c69a88807ad858739ae3bbbeefd6c632e3 (diff) | |
Add font family to style.css
| -rw-r--r-- | src/style/style.css | 5 |
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 } + + |
