revert linux font path to ~/.fonts/

This commit is contained in:
Tom Schimansky
2022-09-17 01:20:33 +02:00
parent 3f156f5648
commit 7dd945adbb
2 changed files with 2 additions and 2 deletions

View File

@ -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):