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

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

Issue 786023002: Remove hard-coded font families in WebUI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Revert some changes that fail the tests. 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/local_ntp/local_ntp.css
diff --git a/chrome/browser/resources/local_ntp/local_ntp.css b/chrome/browser/resources/local_ntp/local_ntp.css
index 419eb229a97c94b33964c4c6a81bd3d3e085e8f0..e69ce4e8c75ac91d94043dc2f3729f02a4f60a33 100644
--- a/chrome/browser/resources/local_ntp/local_ntp.css
+++ b/chrome/browser/resources/local_ntp/local_ntp.css
@@ -5,7 +5,6 @@ body {
background-attachment: fixed !important;
background-color: white;
cursor: default;
- font-family: arial, sans-serif;
jungshik at Google 2014/12/16 20:44:00 This is a tricky case. Local NTP these days has Go
font-size: small;
margin: 0;
overflow-x: hidden;
@@ -105,7 +104,6 @@ html[dir=rtl] #fakebox > input {
#fakebox-text {
bottom: 0;
color: #bbb;
- font-family: arial, sans-serif;
font-size: 16px;
left: 9px;
margin-top: 1px;
@@ -691,7 +689,6 @@ html[dir=rtl] #attribution {
bottom: 0;
color: rgb(17, 85, 204);
cursor: pointer;
- font-family: Arial;
font-size: 14px;
opacity: 0.9;
padding: 3px;

Powered by Google App Engine
This is Rietveld 408576698