summaryrefslogtreecommitdiff
path: root/indra/llrender/llfontregistry.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/llrender/llfontregistry.cpp
parentccbe8ed139beb96288c5c4a3bca20de65b9138fa (diff)
change default font to SansSerifSmall
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;