Index: chrome/browser/resources/bookmark_manager/main.html |
diff --git a/chrome/browser/resources/bookmark_manager/main.html b/chrome/browser/resources/bookmark_manager/main.html |
index a957ac52c64706119a2f4cf3ed93cf1eb725fc76..b9dd502a57ad103f8e0a7ee421bdc8d45bc115d7 100644 |
--- a/chrome/browser/resources/bookmark_manager/main.html |
+++ b/chrome/browser/resources/bookmark_manager/main.html |
@@ -12,6 +12,7 @@ found in the LICENSE file. |
<meta charset="utf-8"> |
<title i18n-content="title"></title> |
+<link rel="stylesheet" href="chrome://resources/css/text_defaults.css"> |
<link rel="stylesheet" href="chrome://resources/css/list.css"> |
<link rel="stylesheet" href="chrome://resources/css/tree.css"> |
<link rel="stylesheet" href="chrome://resources/css/menu.css"> |
@@ -53,7 +54,7 @@ found in the LICENSE file. |
<script src="js/bmm/bookmark_tree.js"></script> |
<script src="js/dnd.js"></script> |
</head> |
-<body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize"> |
+<body> |
<header> |
<h1 i18n-content="title"></h1> |