forked from mirrors/0ad
Temporary workaround for font baseline issue
Quick temporary fix for #8505 for the release of R28.
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user