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

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

Issue 508593003: Update font preference to use Noto Sans CJK on CrOS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2125
Patch Set: rebase to the branch head Created 6 years, 3 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
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: 'Noto Sans UI', 'Droid Sans Fallback', sans-serif; 6 font-family: 'Noto Sans UI', sans-serif;
7 font-size: 12px; 7 font-size: 12px;
8 } 8 }
9 9
10 form { 10 form {
11 display: table; 11 display: table;
12 margin: 8px; 12 margin: 8px;
13 } 13 }
14 14
15 h2 { 15 h2 {
16 border-bottom: 1px solid rgb(238, 238, 238); 16 border-bottom: 1px solid rgb(238, 238, 238);
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 77
78 .section-properties { 78 .section-properties {
79 border-spacing: 8px; 79 border-spacing: 8px;
80 display: table; 80 display: table;
81 } 81 }
82 82
83 #section-row-template, 83 #section-row-template,
84 #section-template { 84 #section-template {
85 display: none; 85 display: none;
86 } 86 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698