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

Unified Diff: chrome/browser/resources/chromeos/offline_app_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/offline_app_load.html
diff --git a/chrome/browser/resources/chromeos/offline_app_load.html b/chrome/browser/resources/chromeos/offline_app_load.html
index 554a37409f3c98248b44d451c4a440bf9650f4f5..815ca2d8301eff95301a58e5a6db7a04361b0abe 100644
--- a/chrome/browser/resources/chromeos/offline_app_load.html
+++ b/chrome/browser/resources/chromeos/offline_app_load.html
@@ -4,13 +4,13 @@
<meta charset="utf-8">
<title i18n-content="title">
</title>
+<link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
<style>
html {
height: 100%;
}
body {
color: #000;
- font-family: Helvetica, Arial, sans-serif;
background-image: -webkit-linear-gradient(rgb(255, 255, 255) 50%,
rgb(236, 244, 255));
height: 100%;

Powered by Google App Engine
This is Rietveld 408576698