From 107cd709bd470e0ef972d2cbd686d8888c3550e4 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 1 May 2026 22:11:17 +0300 Subject: task 9: self-host nukem Web437 font --- integrationtests/integration_test.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'integrationtests') 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')", -- cgit v1.2.3