Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4274)

Unified Diff: chrome/browser/resources/gaia_auth/main.html

Issue 786023002: Remove hard-coded font families in WebUI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix the presubmit warnings. Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/gaia_auth/main.html
diff --git a/chrome/browser/resources/gaia_auth/main.html b/chrome/browser/resources/gaia_auth/main.html
index 57da9dc62a45f61d9e23efdeaaf4c6016c021a3e..421364d06424a76596b678b989e15cd28e2e5656 100644
--- a/chrome/browser/resources/gaia_auth/main.html
+++ b/chrome/browser/resources/gaia_auth/main.html
@@ -1,6 +1,7 @@
<!doctype html>
<html>
<head>
+ <link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
<link rel="stylesheet" href="main.css">
<meta charset="utf-8">
<script src="channel.js"></script>
@@ -9,7 +10,7 @@
</head>
<body>
<iframe id="gaia-frame" name="gaia-frame" src="about:blank" frameborder="0"
- sandbox="allow-same-origin allow-scripts allow-popups allow-forms
- allow-pointer-lock"></iframe>
+ sandbox="allow-same-origin allow-scripts allow-popups allow-forms
+ allow-pointer-lock"></iframe>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698