diff options
| author | Daniel Thompson <daniel@redfelineninja.org.uk> | 2020-06-11 19:36:47 (GMT) |
|---|---|---|
| committer | Daniel Thompson <daniel@redfelineninja.org.uk> | 2020-06-11 19:37:03 (GMT) |
| commit | 93d10f74fb6802297b3c379aeb8a53341aca5533 (patch) | |
| tree | b26a23868bb11d29dcfb36c12d7dcad8990f35a3 /wasp/boards/pinetime | |
| parent | 12e883e68b1445cc60c61535333d460cb551ac9a (diff) | |
fonts: Add sans28 (numerals only)
Diffstat (limited to 'wasp/boards/pinetime')
| -rw-r--r-- | wasp/boards/pinetime/manifest.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wasp/boards/pinetime/manifest.py b/wasp/boards/pinetime/manifest.py index 61cc24a..073e1a0 100644 --- a/wasp/boards/pinetime/manifest.py +++ b/wasp/boards/pinetime/manifest.py @@ -24,6 +24,7 @@ freeze('../..', 'fonts/__init__.py', 'fonts/clock.py', 'fonts/sans24.py', + 'fonts/sans28.py', 'fonts/sans36.py', 'icons.py', 'shell.py', |
