summaryrefslogtreecommitdiff
path: root/integrationtests
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-05-01 22:11:17 +0300
committerPaul Buetow <paul@buetow.org>2026-05-01 22:11:17 +0300
commit107cd709bd470e0ef972d2cbd686d8888c3550e4 (patch)
treeee054340303d8312d2e48b5e9871ee93fb4caa20 /integrationtests
parentf942678e7ae91d35278832f3054855269a89be3d (diff)
task 9: self-host nukem Web437 font
Diffstat (limited to 'integrationtests')
-rw-r--r--integrationtests/integration_test.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/integrationtests/integration_test.go b/integrationtests/integration_test.go
index 3b7e4ea..cb1553f 100644
--- a/integrationtests/integration_test.go
+++ b/integrationtests/integration_test.go
@@ -460,6 +460,7 @@ func TestThemeSelection(t *testing.T) {
fontAssets := map[string][]string{
"matrix": {"VT323-Regular.woff2", "FONT_LICENSE.txt"},
"retro": {"VT323-Regular.woff2", "FONT_LICENSE.txt"},
+ "nukem": {"Web437_IBM_VGA_8x16.woff", "FONT_LICENSE.txt"},
"retrofuture": {
"FONT_LICENSE.txt",
"orbitron-v35-latin_latin-ext-700.woff2",
@@ -475,6 +476,7 @@ func TestThemeSelection(t *testing.T) {
fontURLs := map[string][]string{
"matrix": {"url('VT323-Regular.woff2')"},
"retro": {"url('VT323-Regular.woff2')"},
+ "nukem": {"url('Web437_IBM_VGA_8x16.woff')"},
"retrofuture": {
"url('orbitron-v35-latin_latin-ext-700.woff2')",
"url('orbitron-v35-latin_latin-ext-regular.woff2')",