| Index: ui/strings/app_locale_settings.grd
|
| diff --git a/ui/strings/app_locale_settings.grd b/ui/strings/app_locale_settings.grd
|
| index 920e72d0a60d29e8b72d73f4ea0186b4a413a5cb..052889ec3d0621b45cf50220da4fa0d979af8fc8 100644
|
| --- a/ui/strings/app_locale_settings.grd
|
| +++ b/ui/strings/app_locale_settings.grd
|
| @@ -256,19 +256,15 @@
|
| <if expr="chromeos">
|
| <!-- The font name like: 'Font Name, 12px' -->
|
| <message name="IDS_UI_FONT_FAMILY_CROS" use_name_for_id="true">
|
| - Noto Sans UI, 13px
|
| + Roboto, 13px
|
| </message>
|
|
|
| <!-- The font used in Web UI (e.g. History). -->
|
| <message name="IDS_WEB_FONT_FAMILY" use_name_for_id="true">
|
| - 'Noto Sans UI', sans-serif
|
| + Roboto, sans-serif
|
| </message>
|
|
|
| <!-- The relative font size in % used in Web UI (e.g. History). -->
|
| - <!-- TODO(xdai): 80% is an appropriate size for Roboto, which is the
|
| - default as of M42, rather than for Noto Sans UI. This comment
|
| - should be deleted when the old Noto Sans UI code is removed; see
|
| - http://crbug.com/482042. -->
|
| <message name="IDS_WEB_FONT_SIZE" use_name_for_id="true">
|
| 80%
|
| </message>
|
|
|