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

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: 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/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 cb9d0756695d288396929fced0488c47468ccb21..2acc3cb9c2b0f591b98fb55ec270342263968835 100644
--- a/chrome/browser/resources/supervised_user_block_interstitial.css
+++ b/chrome/browser/resources/supervised_user_block_interstitial.css
@@ -3,8 +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