mirror of
https://github.com/TomSchimansky/CustomTkinter.git
synced 2023-08-10 21:13:13 +03:00
revert linux font path to ~/.fonts/
This commit is contained in:
@ -6,7 +6,7 @@ from typing import Union
|
||||
|
||||
class FontManager:
|
||||
|
||||
linux_font_path = "~/.local/share/fonts/"
|
||||
linux_font_path = "~/.fonts/"
|
||||
|
||||
@classmethod
|
||||
def init_font_manager(cls):
|
||||
|
Reference in New Issue
Block a user