Fixed font (added "xft:" to font designation

This commit is contained in:
Trey Blancher 2020-12-22 15:37:35 -05:00
parent ea170669e1
commit b45529e715
1 changed files with 1 additions and 1 deletions

View File

@ -221,7 +221,7 @@ myTheme :: Theme
myTheme = defaultTheme {
fontName = myFont
}
myFont = "xos4 Terminus:style=Regular:Pixelsize=12"
myFont = "xft:xos4 Terminus:style=Regular:Pixelsize=12"
fadeHook = fadeInactiveLogHook fadeAmount
where fadeAmount = 0.8