X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/7a8fff2da5f732bad0beaf934e7a20395b4921bd..d25cc68147eac7b8e7628a9abdffe55a758612a3:/skin.py diff --git a/skin.py b/skin.py index 8535dc81..c6d0678a 100644 --- 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"):