diff options
| -rw-r--r-- | frontend/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/style.css b/frontend/style.css index b8a5d91..3b727c0 100644 --- a/frontend/style.css +++ b/frontend/style.css @@ -22,7 +22,7 @@ body { flex-direction: column; gap: 16px; padding: 16px; - font-family: "Interesting"; + font-family: "Interesting", sans-serif; } .section-container { |
