aboutsummaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
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