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

Unified Diff: chrome/browser/resources/supervised_user_block_interstitial.css

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/supervised_user_block_interstitial.css
diff --git a/chrome/browser/resources/supervised_user_block_interstitial.css b/chrome/browser/resources/supervised_user_block_interstitial.css
index 145567ba418296b7f922efcb2432ddd4bd829f61..e9130eff38e9dc32ce8ee3dc006cf2e2287f2ea3 100644
--- a/chrome/browser/resources/supervised_user_block_interstitial.css
+++ b/chrome/browser/resources/supervised_user_block_interstitial.css
@@ -3,7 +3,6 @@
* found in the LICENSE file. */
body {
background-color: rgb(230, 230, 230);
- font-family: Helvetica, Arial, sans-serif;
font-size: 10pt;
margin: 50px 40px 20px 40px;
text-align: center;

Powered by Google App Engine
This is Rietveld 408576698