Skip to content

Commit

Permalink
Fix button font issue on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
noobj2 committed Jul 20, 2023
1 parent 1cffb4a commit 2f9c146
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Change_Font.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,10 @@ def standard_css_new(self) -> str:
padding: 3px 12px;
border: 0.5px solid var(--border);
box-shadow: 0px 1px 3px var(--border-subtle);
font-family: Helvetica
font-family: %s
}
.night-mode button { --canvas: #606060; --fg: #eee; }
"""
""" % family
else:
font = f'font-family:"{family}". sans-serif;'
button_style = """
Expand Down

0 comments on commit 2f9c146

Please sign in to comment.