diff options
| author | thefenriswolf <stefan.rohrbacher97@gmail.com> | 2021-03-17 17:05:57 (GMT) |
|---|---|---|
| committer | Daniel Thompson <daniel@redfelineninja.org.uk> | 2021-03-28 07:59:25 (GMT) |
| commit | ed3f1c1e7140ccb927556912c813f3a8a7d2c108 (patch) | |
| tree | 383d2ff17895b134479bc4bacf206aa5812d8a8b /wasp/fonts/__init__.py | |
| parent | 7aa2ceb05b4d58e15da43ce03dd06167debe88d0 (diff) | |
fonts: add 18pt font
Signed-off-by: thefenriswolf <stefan.rohrbacher97@gmail.com>
[daniel@redfelineninja.org.uk: fixed up the manifest]
Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
Diffstat (limited to 'wasp/fonts/__init__.py')
| -rw-r--r-- | wasp/fonts/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wasp/fonts/__init__.py b/wasp/fonts/__init__.py index a65ada3..915c686 100644 --- a/wasp/fonts/__init__.py +++ b/wasp/fonts/__init__.py @@ -1,6 +1,7 @@ # SPDX-License-Identifier: LGPL-3.0-or-later # Copyright (C) 2020 Daniel Thompson +import fonts.sans18 as sans18 import fonts.sans24 as sans24 import fonts.sans28 as sans28 import fonts.sans36 as sans36 |
