Index: chrome/browser/resources/chromeos/sim_unlock.html |
diff --git a/chrome/browser/resources/chromeos/sim_unlock.html b/chrome/browser/resources/chromeos/sim_unlock.html |
index 695a20c0d9b57da0196819a566e70c644a2fdc7a..98600e6a37147001e1d6abc70ace5750d4ff0774 100644 |
--- a/chrome/browser/resources/chromeos/sim_unlock.html |
+++ b/chrome/browser/resources/chromeos/sim_unlock.html |
@@ -3,6 +3,7 @@ |
<head> |
<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/widgets.css"> |
<link rel="stylesheet" href="mobile_dialogs.css"> |
<link rel="stylesheet" href="sim_unlock.css"> |
@@ -20,7 +21,7 @@ function load() { |
document.addEventListener('DOMContentLoaded', load); |
</script> |
</head> |
-<body i18n-values=".style.fontFamily:fontfamily;"> |
+<body> |
<div id="container" class="container"> |
<div id="locked-pin-overlay" class="dialog" hidden> |
<h1 i18n-content="enterPinTitle"></h1> |