| Index: chrome/browser/resources/md_downloads/downloads.html
|
| diff --git a/chrome/browser/resources/md_downloads/downloads.html b/chrome/browser/resources/md_downloads/downloads.html
|
| index 750fc62124083595a8f8508738d3187204dd42b0..6b4f4e59142fb5719157f56debd3310a32677c39 100644
|
| --- a/chrome/browser/resources/md_downloads/downloads.html
|
| +++ b/chrome/browser/resources/md_downloads/downloads.html
|
| @@ -3,8 +3,7 @@
|
| <head>
|
| <meta charset="utf-8">
|
| <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 {
|
| background: rgb(236, 239, 241);
|
| @@ -17,8 +16,6 @@
|
|
|
| body {
|
| display: flex;
|
| - font-family: Roboto;
|
| - font-size: 81.25%;
|
| margin: 0;
|
| }
|
| </style>
|
|
|