Skip to content

Commit

Permalink
attempt to debug font issues on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
maltfield committed Mar 31, 2024
1 parent 4cf05eb commit fe1da26
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/buskill_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -1309,6 +1309,8 @@ class BusKillApp(App):
font_roboto_mono_path = [f for f in font_paths if f.lower().endswith("robotomono-regular.ttf")]
font_mdicons_path = [f for f in font_paths if f.lower().endswith("materialicons-regular.ttf")]

print( "font_paths:|" +str(font_paths)+ "|" )

msg = "DEBUG: Found Roboto Mono " + str(font_roboto_mono_path)
print( msg ); logger.debug( msg )
msg = "DEBUG: Found Material Icons " + str(font_mdicons_path)
Expand Down

0 comments on commit fe1da26

Please sign in to comment.