mirror of
				https://github.com/liberatedsystems/openCom-Companion.git
				synced 2025-07-08 05:07:21 +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…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user