Skip to content

Commit

Permalink
Merge pull request #608 from voxel51/default-font
Browse files Browse the repository at this point in the history
Release v0.12.3
  • Loading branch information
benjaminpkane authored Jan 4, 2024
2 parents 05bb72f + c8debeb commit 2e46d7f
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eta/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
# Paths
CONFIG_JSON_PATH = os.path.join(ETA_DIR, "config.json")
ASCII_ART_PATH = os.path.join(RESOURCES_DIR, "eta-ascii.txt")
DEFAULT_FONT_PATH = os.path.join(RESOURCES_DIR, "lato-regular.ttf")
DEFAULT_FONT_PATH = os.path.join(RESOURCES_DIR, "Arial.ttf")
DEFAULT_LOGO_CONFIG_PATH = os.path.join(
RESOURCES_DIR, "default-logo-config.json"
)
Expand Down
Binary file added eta/resources/Arial.ttf
Binary file not shown.
Binary file removed eta/resources/lato-regular.ttf
Binary file not shown.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from wheel.bdist_wheel import bdist_wheel


VERSION = "0.12.2"
VERSION = "0.12.3"


class BdistWheelCustom(bdist_wheel):
Expand Down

0 comments on commit 2e46d7f

Please sign in to comment.