diff --git a/doc/lua_api.md b/doc/lua_api.md index c0418fabf..b98253081 100644 --- a/doc/lua_api.md +++ b/doc/lua_api.md @@ -359,6 +359,10 @@ In the future, having multiple custom fonts and the ability to switch between th but for now this feature is limited to the ability to override Luanti's default fonts via mods. It is recommended that this only be used by game mods to set a look and feel. +Warning: Currently the Luanti client does not support reading kerning information +from the OpenType `GPOS` table, but only the older `kern` table. This can cause +modern fonts not to render correctly in Luanti. + The stems (file names without extension) are self-explanatory: * Regular variants: diff --git a/fonts/Arimo-Bold.ttf b/fonts/Arimo-Bold.ttf index 07cec39e3..afd7e863d 100644 Binary files a/fonts/Arimo-Bold.ttf and b/fonts/Arimo-Bold.ttf differ diff --git a/fonts/Arimo-BoldItalic.ttf b/fonts/Arimo-BoldItalic.ttf index 031d51a23..9f89f9334 100644 Binary files a/fonts/Arimo-BoldItalic.ttf and b/fonts/Arimo-BoldItalic.ttf differ diff --git a/fonts/Arimo-Italic.ttf b/fonts/Arimo-Italic.ttf index cee813526..4ea26fed7 100644 Binary files a/fonts/Arimo-Italic.ttf and b/fonts/Arimo-Italic.ttf differ diff --git a/fonts/Arimo-Regular.ttf b/fonts/Arimo-Regular.ttf index 174d8f33a..93bbf9b0b 100644 Binary files a/fonts/Arimo-Regular.ttf and b/fonts/Arimo-Regular.ttf differ diff --git a/fonts/Cousine-Bold.ttf b/fonts/Cousine-Bold.ttf index 2a67f91da..ea05e2e98 100644 Binary files a/fonts/Cousine-Bold.ttf and b/fonts/Cousine-Bold.ttf differ diff --git a/fonts/Cousine-BoldItalic.ttf b/fonts/Cousine-BoldItalic.ttf index 321641061..acb4b409d 100644 Binary files a/fonts/Cousine-BoldItalic.ttf and b/fonts/Cousine-BoldItalic.ttf differ diff --git a/fonts/Cousine-Italic.ttf b/fonts/Cousine-Italic.ttf index d99849275..8bf2b692f 100644 Binary files a/fonts/Cousine-Italic.ttf and b/fonts/Cousine-Italic.ttf differ diff --git a/fonts/Cousine-Regular.ttf b/fonts/Cousine-Regular.ttf index 644bc1c4e..9f2c86df9 100644 Binary files a/fonts/Cousine-Regular.ttf and b/fonts/Cousine-Regular.ttf differ