diff --git a/DOCS/man/stats.rst b/DOCS/man/stats.rst index be46fe67f2..80718e53ef 100644 --- a/DOCS/man/stats.rst +++ b/DOCS/man/stats.rst @@ -35,13 +35,6 @@ UP Scroll one line up DOWN Scroll one line down ==== ================== -Font -~~~~ - -For optimal visual experience, a font with support for many font weights and -monospaced digits is recommended. By default, the open source font -`Source Sans Pro `_ is used. - Configuration ------------- @@ -110,13 +103,13 @@ Configurable Options Clear data buffers used for drawing graphs when toggling. ``font`` - Default: Source Sans Pro + Default: sans-serif Font name. Should support as many font weights as possible for optimal visual experience. ``font_mono`` - Default: Source Sans Pro + Default: monospace Font name for parts where monospaced characters are necessary to align text. Currently, monospaced digits are sufficient. diff --git a/player/lua/stats.lua b/player/lua/stats.lua index 93261b02c7..9a33815c40 100644 --- a/player/lua/stats.lua +++ b/player/lua/stats.lua @@ -43,7 +43,7 @@ local o = { plot_color = "FFFFFF", -- Text style - font = "sans", + font = "sans-serif", font_mono = "monospace", -- monospaced digits are sufficient font_size = 8, font_color = "FFFFFF",