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

Unified Diff: chrome/browser/resources/chromeos/merge_session_load.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/chromeos/merge_session_load.html
diff --git a/chrome/browser/resources/chromeos/merge_session_load.html b/chrome/browser/resources/chromeos/merge_session_load.html
index 487fa6a208cc5b6cb637353db41dedea131e8ea9..c49f40d6af8d225a5a6a7bc94fc93399c737075a 100644
--- a/chrome/browser/resources/chromeos/merge_session_load.html
+++ b/chrome/browser/resources/chromeos/merge_session_load.html
@@ -3,6 +3,7 @@
<head>
<title i18n-content="title">
</title>
+<link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
<style>
html {
height: 100%;
@@ -12,7 +13,6 @@ body {
background: white;
color: #000;
display: -webkit-box;
- font-family: arial, sans-serif;
height: 100%;
margin: 0;
padding: 0;
@@ -21,7 +21,6 @@ body {
}
.header {
- font-family: Sans-serif;
padding: 3px;
width: 80%;
}

Powered by Google App Engine
This is Rietveld 408576698