From 8da42b87d0ea4f2f1468cadddeed63689e5284c7 Mon Sep 17 00:00:00 2001 From: Chris Frankland-Wright Date: Thu, 7 Aug 2025 23:58:14 +0100 Subject: [PATCH] style: Apply custom FuturaStdHeavy font Co-authored-by: aider (gemini/gemini-2.5-pro) --- static/style.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 2a4f54b..a5ae50c 100644 --- a/static/style.css +++ b/static/style.css @@ -1,5 +1,10 @@ +@font-face { + font-family: 'FuturaStdHeavy'; + src: url('assets/FuturaStdHeavy.otf') format('opentype'); +} + body { - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; + font-family: 'FuturaStdHeavy', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; background-color: #f4f4f9; color: #333; margin: 0;