mirror of
https://github.com/liberatedsystems/Sideband_CE.git
synced 2024-09-03 04:13:27 +02:00
Fixed font path includes
This commit is contained in:
parent
5413db18d2
commit
c6ddb66b57
@ -354,7 +354,7 @@ class SidebandApp(MDApp):
|
||||
|
||||
def font_config(self):
|
||||
from kivy.core.text import LabelBase, DEFAULT_FONT
|
||||
fb_path = "assets/fonts/"
|
||||
fb_path = self.sideband.asset_dir+"/fonts/"
|
||||
LabelBase.register(name="hebrew",
|
||||
fn_regular=fb_path+"NotoSansHebrew-Regular.ttf",
|
||||
fn_bold=fb_path+"NotoSansHebrew-Bold.ttf",)
|
||||
|
Loading…
Reference in New Issue
Block a user