| Index: chrome/browser/resources/md_history/history.html
|
| diff --git a/chrome/browser/resources/md_history/history.html b/chrome/browser/resources/md_history/history.html
|
| index 4cdb80566f5fd1301871c17703ab59a5f4d01dad..182ac8f3976cbcf8f5993b14389b2e01c5ecfcf3 100644
|
| --- a/chrome/browser/resources/md_history/history.html
|
| +++ b/chrome/browser/resources/md_history/history.html
|
| @@ -4,8 +4,7 @@
|
| <meta charset="utf8">
|
| <title i18n-content="title"></title>
|
|
|
| - <link rel="stylesheet" href="chrome://resources/css/roboto.css">
|
| - <link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
|
| + <link rel="stylesheet" href="chrome://resources/css/text_defaults_md.css">
|
|
|
| <style>
|
| html,
|
| @@ -18,8 +17,6 @@
|
| background: #f2f2f2;
|
| display: flex;
|
| flex-direction: column;
|
| - font-family: Roboto;
|
| - font-size: 13px;
|
| }
|
|
|
| #toolbar {
|
|
|