Chromium Code Reviews| Index: chrome/browser/resources/options/options.html |
| diff --git a/chrome/browser/resources/options/options.html b/chrome/browser/resources/options/options.html |
| index 82b3d3652f5260d5790df641612ea995ae0c4748..169f93d25f6554cc761383d54c12812a0cde5422 100644 |
| --- a/chrome/browser/resources/options/options.html |
| +++ b/chrome/browser/resources/options/options.html |
| @@ -51,6 +51,7 @@ |
| <link rel="stylesheet" href="../help/help_content.css"> |
| <link rel="stylesheet" href="sync_setup_overlay.css"> |
| <if expr="chromeos"> |
| +<link rel="stylesheet" href="chrome://resources/css/roboto.css"> |
|
fukino
2016/06/20 17:03:12
Loading roboto.css to use Roboto's medium weight o
Dan Beam
2016/06/21 01:39:55
why are you using roboto in old options?
fukino
2016/06/21 22:21:49
IIUC, Chrome OS uses Roboto as system font, and ol
|
| <link rel="stylesheet" href="chromeos/third_party_ime_confirm_overlay.css"> |
| <link rel="stylesheet" href="chromeos/accounts_options_page.css"> |
| <link rel="stylesheet" href="chromeos/arc_opt_out_confirm_overlay.css"> |