Temporary workaround for font baseline issue

Quick temporary fix for #8505 for the release of R28.
This commit is contained in:
Vantha 2026-01-09 12:19:30 +01:00 committed by Phosit
parent 7fd788af0f
commit 2483e7172b

View file

@ -1,7 +1,8 @@
/**
* Override style so we can get a bigger primary name.
*/
g_TooltipTextFormats.namePrimaryBig.font = "sans-bold-20";
// Temporarily overwritten in order to hide a baseline issue in the font engine.
g_TooltipTextFormats.namePrimaryBig.font = /* "sans-bold-20" */ "sans-bold-16";
g_TooltipTextFormats.namePrimarySmall.font = "sans-bold-16";
g_TooltipTextFormats.nameSecondary.font = "sans-bold-16";