diff options
| author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2025-02-17 18:03:34 +0200 |
|---|---|---|
| committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2025-03-24 09:24:19 +0200 |
| commit | ce45474f0ab3c0eb89d6a2cd92d1fc4ef356fa0a (patch) | |
| tree | 56f6bd929c148f50aa83258d2a07d260563a7e27 | |
| parent | 7269f7a3a567f2823b0cca1d0bc716a7a0389ecc (diff) | |
viewer#2023 Google Inter #2
Bums sizes up because Inter is smaller than our old font
| -rw-r--r-- | indra/newview/skins/default/xui/ja/fonts.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/newview/skins/default/xui/ja/fonts.xml b/indra/newview/skins/default/xui/ja/fonts.xml index 465131499e..874f530f17 100644 --- a/indra/newview/skins/default/xui/ja/fonts.xml +++ b/indra/newview/skins/default/xui/ja/fonts.xml @@ -233,7 +233,7 @@ </font> <font_size name="Monospace" comment="Size for monospaced font (points, or 1/72 of an inch)" size="8.0"/> <font_size name="Huge" comment="Size of huge font (points, or 1/72 of an inch)" size="16.0"/> - <font_size name="Large" comment="Size of large font (points, or 1/72 of an inch)" size="10.6"/> - <font_size name="Medium" comment="Size of medium font (points, or 1/72 of an inch)" size="8.6"/> - <font_size name="Small" comment="Size of small font (points, or 1/72 of an inch)" size="7.6"/> + <font_size name="Large" comment="Size of large font (points, or 1/72 of an inch)" size="11"/> + <font_size name="Medium" comment="Size of medium font (points, or 1/72 of an inch)" size="9"/> + <font_size name="Small" comment="Size of small font (points, or 1/72 of an inch)" size="8"/> </fonts> |
