diff options
Diffstat (limited to 'integrationtests/integration_test.go')
| -rw-r--r-- | integrationtests/integration_test.go | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/integrationtests/integration_test.go b/integrationtests/integration_test.go index ae67dfc..3b7e4ea 100644 --- a/integrationtests/integration_test.go +++ b/integrationtests/integration_test.go @@ -466,6 +466,11 @@ func TestThemeSelection(t *testing.T) { "orbitron-v35-latin_latin-ext-regular.woff2", "share-tech-mono-v16-latin_latin-ext-regular.woff2", }, + "tropicale": { + "FONT_LICENSE.txt", + "quicksand-v37-latin_latin-ext-500.woff2", + "quicksand-v37-latin_latin-ext-regular.woff2", + }, } fontURLs := map[string][]string{ "matrix": {"url('VT323-Regular.woff2')"}, @@ -475,6 +480,10 @@ func TestThemeSelection(t *testing.T) { "url('orbitron-v35-latin_latin-ext-regular.woff2')", "url('share-tech-mono-v16-latin_latin-ext-regular.woff2')", }, + "tropicale": { + "url('quicksand-v37-latin_latin-ext-500.woff2')", + "url('quicksand-v37-latin_latin-ext-regular.woff2')", + }, } if assets, ok := fontAssets[theme]; ok { themeDir := filepath.Join(outputDir, "themes", theme) |
