Forgot to tag this...

This commit is contained in:
Ansariel
2026-07-08 21:10:11 +02:00
parent 5030d91462
commit 95433e4dbf
+2
View File
@@ -1192,8 +1192,10 @@ LLFontGL* LLFontGL::getFontSansSerifSmallItalic()
//static
LLFontGL* LLFontGL::getFontSansSerif()
{
// <FS:Ansariel> Add default font size to fix discrepancy between Inter and legacy fonts
//static LLFontGL* fontp = getFont(LLFontDescriptor("SansSerif", "Small", 0));
static LLFontGL* fontp = getFont(LLFontDescriptor("SansSerif", "Default", 0));
// </FS:Ansariel>
return fontp;
}