mirror of
https://github.com/mpv-player/mpv
synced 2025-04-09 03:02: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",
|
plot_color = "FFFFFF",
|
||||||
|
|
||||||
-- Text style
|
-- Text style
|
||||||
font = "Source Sans Pro",
|
font = "sans",
|
||||||
font_mono = "Source Sans Pro", -- monospaced digits are sufficient
|
font_mono = "monospace", -- monospaced digits are sufficient
|
||||||
font_size = 8,
|
font_size = 8,
|
||||||
font_color = "FFFFFF",
|
font_color = "FFFFFF",
|
||||||
border_size = 0.8,
|
border_size = 0.8,
|
||||||
|
Loading…
Reference in New Issue
Block a user