Index: chrome/browser/resources/inspect/inspect.html |
diff --git a/chrome/browser/resources/inspect/inspect.html b/chrome/browser/resources/inspect/inspect.html |
index b2f5aad6ea9a3a175ca9a035809efc22a85be235..19868783f2e20fd4959ed49aa01508c19bb386a1 100644 |
--- a/chrome/browser/resources/inspect/inspect.html |
+++ b/chrome/browser/resources/inspect/inspect.html |
@@ -8,7 +8,7 @@ found in the LICENSE file. |
<head> |
<meta charset="utf-8"> |
<title>Inspect with Chrome Developer Tools</title> |
- |
+<link rel="stylesheet" href="chrome://resources/css/text_defaults.css"> |
<link rel="stylesheet" href="inspect.css"> |
<script src="chrome://resources/js/util.js"></script> |
<script src="inspect.js"></script> |