summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2018-09-08 23:13:35 +0200
committerwm4 <wm4@nowhere>2019-09-19 20:37:04 +0200
commitcb51dfa76a8760fc0d67de9ee90f692ee02fc247 (patch)
tree0df664647042b4a654f11173028dca994e37d042
parentcfa5c73cb575ba584a14d1a6318600a677b59da8 (diff)
downloadmpv-cb51dfa76a8760fc0d67de9ee90f692ee02fc247.tar.bz2
mpv-cb51dfa76a8760fc0d67de9ee90f692ee02fc247.tar.xz
stats.lua: silence annoying fontconfig warnings
Apparently I don't have this font.
-rw-r--r--player/lua/stats.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/player/lua/stats.lua b/player/lua/stats.lua
index db3df01c6d..45e1c3855b 100644
--- a/player/lua/stats.lua
+++ b/player/lua/stats.lua
@@ -39,8 +39,8 @@ local o = {
plot_color = "FFFFFF",
-- Text style
- font = "Source Sans Pro",
- font_mono = "Source Sans Pro", -- monospaced digits are sufficient
+ font = "sans",
+ font_mono = "monospace", -- monospaced digits are sufficient
font_size = 8,
font_color = "FFFFFF",
border_size = 0.8,