summaryrefslogtreecommitdiff
path: root/indra/llrender/llfontregistry.cpp
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2026-04-23 07:56:12 +0800
committerErik Kundiman <erik@megapahit.org>2026-04-23 07:56:12 +0800
commit4c61b111b7b47e7ce2520f8bb362b90547eb85d6 (patch)
treecdc1a65db64edfbd8771b49ec19bb92a56887a0a /indra/llrender/llfontregistry.cpp
parentc5054eeb37e379f3b19b63f5f4ff28095e05c3cd (diff)
parent84f50b9deccf239e59a7d6391ae4cb5d77aa4d54 (diff)
Merge tag 'Second_Life_Release#84f50b9d-26.2' into 2026.02
Diffstat (limited to 'indra/llrender/llfontregistry.cpp')
-rw-r--r--indra/llrender/llfontregistry.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llrender/llfontregistry.cpp b/indra/llrender/llfontregistry.cpp
index a107b263d8..890308ab54 100644
--- a/indra/llrender/llfontregistry.cpp
+++ b/indra/llrender/llfontregistry.cpp
@@ -170,7 +170,7 @@ LLFontDescriptor LLFontDescriptor::normalize() const
if (new_size != s_template_string && new_size.empty() && findSubString(new_name,"Monospace"))
new_size = "Monospace";
if (new_size.empty())
- new_size = "Medium";
+ new_size = "Small";
if (removeSubString(new_name,"Bold"))
new_style |= LLFontGL::BOLD;