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:
parent
cfa5c73cb5
commit
cb51dfa76a
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user