diff options
author | Henri Beauchamp <sldev@free.fr> | 2024-03-14 10:22:21 +0100 |
---|---|---|
committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2024-03-15 19:49:52 +0200 |
commit | f496800098bfb06b488dc5f5141403ea46f54759 (patch) | |
tree | 089be21988293dc2ed5fce56536ee228d15a5e4d /indra/newview/skins/default/xui/en | |
parent | 56c88b83435facd5023b8781a59ade12dc865e15 (diff) |
Revert 326055ba82c22fedde186c6a56bafd4fe87e613a after 2f452d06e6964b0edf26b0b3f6eaa156e3fa2d48
It is necessary to revert commit 326055ba82c22fedde186c6a56bafd4fe87e613a
for 2f452d06e6964b0edf26b0b3f6eaa156e3fa2d48 to work its magic and repair
script dialogs so that they render as they used to before the emojis fonts
introduction.
Note that this revert won't prevent to use the new emojis should scripters
want them in their new scripted dialogs: it just ensures existing scripted
dialogs using special UTF-8 characters (which are not genuine emojis) will
render as they used to, using the monochrome fallback fonts.
Diffstat (limited to 'indra/newview/skins/default/xui/en')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_notification.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_notification.xml b/indra/newview/skins/default/xui/en/panel_notification.xml index d762b5bc84..e962c1449a 100644 --- a/indra/newview/skins/default/xui/en/panel_notification.xml +++ b/indra/newview/skins/default/xui/en/panel_notification.xml @@ -32,7 +32,7 @@ <text border_visible="false" follows="left|right|top|bottom" - font="Emoji" + font="SansSerif" height="85" layout="topleft" left="10" @@ -46,7 +46,7 @@ <text border_visible="false" follows="left|right|top|bottom" - font="EmojiBold" + font="SansSerifBold" height="85" layout="topleft" left="10" @@ -64,7 +64,7 @@ embedded_items="false" enabled="false" follows="left|right|top|bottom" - font="Emoji" + font="SansSerif" height="85" layout="topleft" left="10" |