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

Side by Side Diff: chrome/browser/resources/about_credits.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, 1 month 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/browser/resources/about_memory.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE HTML> 1 <!DOCTYPE HTML>
2 <html> 2 <html>
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <title>Credits</title> 5 <title>Credits</title>
6 <style> 6 <style>
7 body { 7 body {
8 font-family:arial,sans-serif; 8 font-family:Helvetica,Arial,sans-serif;
9 background-color:white; 9 background-color:white;
10 font-size:84%; 10 font-size:84%;
11 max-width:1020px; 11 max-width:1020px;
12 } 12 }
13 .page-title { 13 .page-title {
14 font-size:164%; 14 font-size:164%;
15 font-weight:bold; 15 font-weight:bold;
16 } 16 }
17 .product { 17 .product {
18 background-color:#c3d9ff; 18 background-color:#c3d9ff;
(...skipping 1335 matching lines...) Expand 10 before | Expand all | Expand 10 after
1354 use your version of this file under the terms of the MPL, indicate your 1354 use your version of this file under the terms of the MPL, indicate your
1355 decision by deleting the provisions above and replace them with the notice 1355 decision by deleting the provisions above and replace them with the notice
1356 and other provisions required by the GPL or the LGPL. If you do not delete 1356 and other provisions required by the GPL or the LGPL. If you do not delete
1357 the provisions above, a recipient may use your version of this file under 1357 the provisions above, a recipient may use your version of this file under
1358 the terms of any one of the MPL, the GPL or the LGPL.</p> 1358 the terms of any one of the MPL, the GPL or the LGPL.</p>
1359 </div> 1359 </div>
1360 </div> 1360 </div>
1361 1361
1362 </body> 1362 </body>
1363 </html> 1363 </html>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/about_memory.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698