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

Side by Side Diff: chrome/browser/resources/gesture_config.css

Issue 10836082: Change the UI font on CrOS to Noto Sans UI from 'Chrome Droid Sans'. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 4 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be 2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */ 3 * found in the LICENSE file. */
4 4
5 body { 5 body {
6 font-family: 'Chrome Droid Sans', 'Droid Sans Fallback', sans-serif; 6 font-family: 'Noto Sans UI', 'Droid Sans Fallback', sans-serif;
Evan Stade 2012/08/02 23:42:53 ditto
7 font-size: 12px; 7 font-size: 12px;
8 } 8 }
9 9
10 button { 10 button {
11 background-image: -webkit-linear-gradient(#e7e7e7, #e7e7e7 38%, #d7d7d7); 11 background-image: -webkit-linear-gradient(#e7e7e7, #e7e7e7 38%, #d7d7d7);
12 border: 1px solid rgba(0, 0, 0, 0.25); 12 border: 1px solid rgba(0, 0, 0, 0.25);
13 border-radius: 2px; 13 border-radius: 2px;
14 color: #444; 14 color: #444;
15 float: right; 15 float: right;
16 margin-top: 15px; 16 margin-top: 15px;
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 width: 370px; 53 width: 370px;
54 } 54 }
55 55
56 .row-units { 56 .row-units {
57 float: left; 57 float: left;
58 margin-left: 7px; 58 margin-left: 7px;
59 padding-top: 7px; 59 padding-top: 7px;
60 text-align: left; 60 text-align: left;
61 width: 100px; 61 width: 100px;
62 } 62 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698