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

Unified Diff: chrome/browser/resources/chromeos/offline_load.html

Issue 14311003: Fix font on offline load page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 months 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
« no previous file with comments | « chrome/browser/chromeos/offline/offline_load_page.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/offline_load.html
diff --git a/chrome/browser/resources/chromeos/offline_load.html b/chrome/browser/resources/chromeos/offline_load.html
index 02d3b52051fcbff2cd919a3a8f1d7801d3ffd456..1af9baa950b07ab0d8a68ce09841899e2d8324aa 100644
--- a/chrome/browser/resources/chromeos/offline_load.html
+++ b/chrome/browser/resources/chromeos/offline_load.html
@@ -125,7 +125,8 @@ document.addEventListener('DOMContentLoaded', function() {
});
</script>
-<body oncontextmenu="return false;">
+<body oncontextmenu="return false;"
+ i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
<div id="mainview">
<div id="left">
<div class="upper">
« no previous file with comments | « chrome/browser/chromeos/offline/offline_load_page.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698