From 205a71efa9f60938c86d57bba07f6d33b21790a2 Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Sat, 10 Feb 2024 05:09:44 +0000 Subject: fix update font --- static/fonts.css | 10 ++++++++++ static/fonts/terminal-grotesque.woff | Bin 0 -> 35360 bytes static/fonts/terminal-grotesque.woff2 | Bin 0 -> 27872 bytes 3 files changed, 10 insertions(+) create mode 100644 static/fonts/terminal-grotesque.woff create mode 100644 static/fonts/terminal-grotesque.woff2 (limited to 'static') diff --git a/static/fonts.css b/static/fonts.css index 2b44607..34aab42 100644 --- a/static/fonts.css +++ b/static/fonts.css @@ -75,6 +75,16 @@ font-display: block; } +/* terminal grotesque */ +@font-face { + font-family: 'Terminal Grotesque'; + src: url('/static/fonts/terminal-grotesque.woff2') format('woff2'), + url('/static/fonts/terminal-grotesque.woff') format('woff'); + font-weight: normal; + font-style: normal; + font-display: block; +} + /* steps mono */ @font-face { font-family: 'Steps-Mono'; diff --git a/static/fonts/terminal-grotesque.woff b/static/fonts/terminal-grotesque.woff new file mode 100644 index 0000000..d721311 Binary files /dev/null and b/static/fonts/terminal-grotesque.woff differ diff --git a/static/fonts/terminal-grotesque.woff2 b/static/fonts/terminal-grotesque.woff2 new file mode 100644 index 0000000..1240fa3 Binary files /dev/null and b/static/fonts/terminal-grotesque.woff2 differ -- cgit