1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-21 02:41:13 +00:00

stats.lua: silence annoying fontconfig warnings

Apparently I don't have this font.
This commit is contained in:
wm4 2018-09-08 23:13:35 +02:00
parent cfa5c73cb5
commit cb51dfa76a

View File

@ -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,