diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index 3a5c7b4c8..1d5664fbc 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -6093,7 +6093,7 @@ Type String Value - DejaVuSansCondensed.ttf + Ubuntu-R.ttf FontSansSerifBundledFallback @@ -6115,7 +6115,7 @@ Type String Value - DejaVuSansCondensed-Bold.ttf + Ubuntu-B.ttf FontSansSerifFallback @@ -6137,7 +6137,7 @@ Type F32 Value - 1.0 + 0.95 FontScreenDPI @@ -6148,7 +6148,7 @@ Type F32 Value - 90.0 + 96.0 FontSizeHuge diff --git a/indra/newview/fonts/Ubuntu-B.ttf b/indra/newview/fonts/Ubuntu-B.ttf new file mode 100644 index 000000000..28bae1f12 Binary files /dev/null and b/indra/newview/fonts/Ubuntu-B.ttf differ diff --git a/indra/newview/fonts/Ubuntu-R.ttf b/indra/newview/fonts/Ubuntu-R.ttf new file mode 100644 index 000000000..9388194f1 Binary files /dev/null and b/indra/newview/fonts/Ubuntu-R.ttf differ