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

Unified Diff: chrome/browser/resources/about_memory.html

Issue 333032: Ensure that Helvetica, if installed, is used instead of Arial. This should be... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 2 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/resources/about_credits.html ('k') | chrome/browser/resources/about_stats.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/about_memory.html
===================================================================
--- chrome/browser/resources/about_memory.html (revision 30053)
+++ chrome/browser/resources/about_memory.html (working copy)
@@ -10,7 +10,7 @@
<style>
body {
font-size: 84%;
- font-family: Arial, Helvetica, sans-serif;
+ font-family: Helvetica, Arial, sans-serif;
padding: 0.75em;
margin: 0;
min-width: 45em;
@@ -90,7 +90,7 @@
}
div#header select {
font-size: 100%;
- font-family: Arial, Helvetica, sans-serif;
+ font-family: Helvetica, Arial, sans-serif;
border: 1px solid #3a75bd;
line-height: 140%;
color: #315d94;
@@ -126,7 +126,7 @@
padding: 0 0.5em;
}
div.viewOptions input {
- font-family: Arial, Helvetica, sans-serif;
+ font-family: Helvetica, Arial, sans-serif;
font-size: 100%;
border: 1px solid #b5b5b5;
-webkit-border-radius: 6px;
@@ -315,7 +315,7 @@
margin: 0.6em 0;
}
div.otherbrowsers {
- font-family: Arial, Helvetica, sans-serif;
+ font-family: Helvetica, Arial, sans-serif;
font-size: 84%;
width: 100%;
text-align: center;
« no previous file with comments | « chrome/browser/resources/about_credits.html ('k') | chrome/browser/resources/about_stats.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698