Chromium Code Reviews| Index: chrome/browser/resources/settings/settings_ui/settings_ui.js |
| diff --git a/chrome/browser/resources/settings/settings_ui/settings_ui.js b/chrome/browser/resources/settings/settings_ui/settings_ui.js |
| index 52307933182e0026b5b1776e4d7fbef7f130da58..03f4b9ee8a2405f6c7c4631d98921ccf63698bb4 100644 |
| --- a/chrome/browser/resources/settings/settings_ui/settings_ui.js |
| +++ b/chrome/browser/resources/settings/settings_ui/settings_ui.js |
| @@ -105,6 +105,11 @@ Polymer({ |
| } |
| }, |
| + /** @override */ |
| + attached: function() { |
| + document.fonts.load('bold 12px Roboto'); |
|
dpapad
2016/10/03 17:31:59
Perhaps add a short comment explaining why this is
Dan Beam
2016/10/03 19:26:48
Done.
|
| + }, |
| + |
| /** |
| * @param {Event} event |
| * @private |