generated from googlefonts/googlefonts-project-template
-
Notifications
You must be signed in to change notification settings - Fork 2
/
build.ninja
37 lines (36 loc) · 2.28 KB
/
build.ninja
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
rule diffbrowsers
command = _diffbrowsers "$args"
build /Users/ebensorkin/Documents/GitHub/Merriweather4/qa: diffbrowsers
args = {'fonts_before': $
['/Users/ebensorkin/Documents/GitHub/Merriweather4/qa/fonts_before/Merriweather-Italic.ttf'], $
'fonts_after': $
['/Users/ebensorkin/Documents/GitHub/Merriweather4/qa/fonts/Merriweather-Italic.ttf'], $
'diffbrowsers': True, 'diffenator': True, 'out': $
'/Users/ebensorkin/Documents/GitHub/Merriweather4/qa', 'imgs': False, $
'styles': 'instances', 'characters': '.*', 'user_wordlist': None, $
'filter_styles': 'Italic', 'font_size': 28, 'pt_size': 20, $
'threshold': 0.9, 'precision': 28, 'no_words': False, 'no_tables': $
False, 'diffenator_template': $
'/Users/ebensorkin/Documents/GitHub/Merriweather4/venv/lib/python3.11/site-packages/diffenator2/templates/diffenator.html', $
'command': 'diff', 'diffbrowsers_templates': [], 'debug_gifs': False, $
'kwargs': {'no_diffenator': False}, 'no_diffenator': False}
rule diffenator
command = _diffenator "$args"
build /Users/ebensorkin/Documents/GitHub/Merriweather4/qa/Italic: diffenator
args = {'fonts_before': $
['/Users/ebensorkin/Documents/GitHub/Merriweather4/qa/fonts_before/Merriweather-Italic.ttf'], $
'fonts_after': $
['/Users/ebensorkin/Documents/GitHub/Merriweather4/qa/fonts/Merriweather-Italic.ttf'], $
'diffbrowsers': True, 'diffenator': True, 'out': $
'/Users/ebensorkin/Documents/GitHub/Merriweather4/qa', 'imgs': False, $
'styles': 'instances', 'characters': '.*', 'user_wordlist': None, $
'filter_styles': 'Italic', 'font_size': 28, 'pt_size': 20, $
'threshold': 0.9, 'precision': 28, 'no_words': False, 'no_tables': $
False, 'diffenator_template': $
'/Users/ebensorkin/Documents/GitHub/Merriweather4/venv/lib/python3.11/site-packages/diffenator2/templates/diffenator.html', $
'command': 'diff', 'diffbrowsers_templates': [], 'debug_gifs': False, $
'kwargs': {'no_diffenator': False}, 'no_diffenator': False, 'coords': $
'wght=400', 'old_font': $
'/Users/ebensorkin/Documents/GitHub/Merriweather4/qa/fonts_before/Merriweather-Italic.ttf', $
'new_font': $
'/Users/ebensorkin/Documents/GitHub/Merriweather4/qa/fonts/Merriweather-Italic.ttf'}