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

Unified Diff: chrome/browser/resources/about_conflicts.html

Issue 786023002: Remove hard-coded font families in WebUI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: The First Version. 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/about_conflicts.html
diff --git a/chrome/browser/resources/about_conflicts.html b/chrome/browser/resources/about_conflicts.html
index 80773dc7fe39b78ec87b5626078d1a5b40a7182a..4432589a43c504998cb68213a6b7145c448a5da1 100644
--- a/chrome/browser/resources/about_conflicts.html
+++ b/chrome/browser/resources/about_conflicts.html
@@ -2,6 +2,7 @@
<html i18n-values="dir:textdirection;">
<head>
<meta charset="utf-8">
+<link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
<style>
body {
margin: 10px;
@@ -153,7 +154,7 @@ html[dir=rtl] .clearing {
}
</style>
</head>
-<body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
+<body>
<div id="loading-message" i18n-content="loadingMessage"></div>
<div id="body-container" style="visibility:hidden">
« no previous file with comments | « no previous file | chrome/browser/resources/about_credits.tmpl » ('j') | chrome/browser/resources/about_credits.tmpl » ('J')

Powered by Google App Engine
This is Rietveld 408576698