aboutsummaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
authorLibravatar cel 🌸 <cel@blos.sm>2024-02-10 05:09:44 +0000
committerLibravatar cel 🌸 <cel@blos.sm>2024-02-10 05:09:44 +0000
commit205a71efa9f60938c86d57bba07f6d33b21790a2 (patch)
treeefadd09905e93991af42536b4d0d73763fcd8064 /static
parentb046662fc579697b192be38eb0afe6d66f801eb2 (diff)
downloadblossom-205a71efa9f60938c86d57bba07f6d33b21790a2.tar.gz
blossom-205a71efa9f60938c86d57bba07f6d33b21790a2.tar.bz2
blossom-205a71efa9f60938c86d57bba07f6d33b21790a2.zip
fix update font
Diffstat (limited to 'static')
-rw-r--r--static/fonts.css10
-rw-r--r--static/fonts/terminal-grotesque.woffbin0 -> 35360 bytes
-rw-r--r--static/fonts/terminal-grotesque.woff2bin0 -> 27872 bytes
3 files changed, 10 insertions, 0 deletions
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
--- /dev/null
+++ b/static/fonts/terminal-grotesque.woff
Binary files differ
diff --git a/static/fonts/terminal-grotesque.woff2 b/static/fonts/terminal-grotesque.woff2
new file mode 100644
index 0000000..1240fa3
--- /dev/null
+++ b/static/fonts/terminal-grotesque.woff2
Binary files differ