replace "Arial" by "Regular"
[vuplus_dvbapp] / skin.py
diff --git a/skin.py b/skin.py
index 8535dc8..c6d0678 100644 (file)
--- a/skin.py
+++ b/skin.py
@@ -165,7 +165,7 @@ def loadSkin(desktop):
        for windowstyle in elementsWithTag(skin.childNodes, "windowstyle"):
                style = eWindowStyleSkinned()
                
-               style.setTitleFont(gFont("Arial", 20));
+               style.setTitleFont(gFont("Regular", 20));
                style.setTitleOffset(eSize(20, 5));
                
                for borderset in elementsWithTag(windowstyle.childNodes, "borderset"):