From 95433e4dbf2598bd60726fbf499d8536e61dcffc Mon Sep 17 00:00:00 2001 From: Ansariel Date: Wed, 8 Jul 2026 21:10:11 +0200 Subject: [PATCH] Forgot to tag this... --- indra/llrender/llfontgl.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/indra/llrender/llfontgl.cpp b/indra/llrender/llfontgl.cpp index c839e547b7..a9f5f75042 100644 --- a/indra/llrender/llfontgl.cpp +++ b/indra/llrender/llfontgl.cpp @@ -1192,8 +1192,10 @@ LLFontGL* LLFontGL::getFontSansSerifSmallItalic() //static LLFontGL* LLFontGL::getFontSansSerif() { + // 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)); + // return fontp; }