From 3a1b1038a5f412f8cbb7ebdae639a8d2e363981b Mon Sep 17 00:00:00 2001 From: Mnikolenko Productengine Date: Wed, 22 Apr 2026 00:08:49 +0300 Subject: change default font to SansSerifSmall --- indra/newview/llviewerchat.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/newview/llviewerchat.cpp') diff --git a/indra/newview/llviewerchat.cpp b/indra/newview/llviewerchat.cpp index 2ca2c5c07d..a9aa63e68f 100644 --- a/indra/newview/llviewerchat.cpp +++ b/indra/newview/llviewerchat.cpp @@ -200,7 +200,7 @@ LLFontGL* LLViewerChat::getChatFont() break; default: case 1: - fontp = LLFontGL::getFontSansSerif(); + fontp = LLFontGL::getFontSansSerifMedium(); break; case 2: fontp = LLFontGL::getFontSansSerifBig(); -- cgit v1.3