summaryrefslogtreecommitdiff
path: root/indra/newview/llviewerchat.cpp
diff options
context:
space:
mode:
authorMnikolenko Productengine <mnikolenko@productengine.com>2026-04-22 00:08:49 +0300
committerMnikolenko Productengine <mnikolenko@productengine.com>2026-04-22 00:08:49 +0300
commit3a1b1038a5f412f8cbb7ebdae639a8d2e363981b (patch)
tree81bc852eee6fe495433c036c6dbe203e2cb9325f /indra/newview/llviewerchat.cpp
parentccbe8ed139beb96288c5c4a3bca20de65b9138fa (diff)
change default font to SansSerifSmall
Diffstat (limited to 'indra/newview/llviewerchat.cpp')
-rw-r--r--indra/newview/llviewerchat.cpp2
1 files changed, 1 insertions, 1 deletions
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();