Skip to content

Commit daff1fd

Browse files
committed
Don't build variable, it requires hb-subset
1 parent 4093d0c commit daff1fd

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

data/test/builder/recipeprovider_noto/config.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ familyName: Test Family
44
autohintTTF: false
55
autohintOTF: false
66
recipeProvider: noto
7-
googleFonts: true
7+
googleFonts: true
8+
buildVariable: false

tests/test_builder.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
(
5050
os.path.join(TEST_DIR, "recipeprovider_noto"),
5151
[
52-
os.path.join("TestFamily", "unhinted", "slim-variable-ttf", "TestFamily[wght].ttf"),
53-
os.path.join("TestFamily", "googlefonts", "variable", "TestFamily[wght].ttf")
52+
os.path.join("TestFamily", "unhinted", "ttf", "TestFamily-Regular.ttf"),
53+
os.path.join("TestFamily", "googlefonts", "ttf", "TestFamily-Black.ttf"),
5454
],
5555
)
5656
],

0 commit comments

Comments
 (0)