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

Side by Side Diff: chrome/browser/resources/hotword_audio_verification/style.css

Issue 786023002: Remove hard-coded font families in WebUI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: The First Version. 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 unified diff | Download patch
OLDNEW
1 /* Copyright 2014 The Chromium Authors. All rights reserved. 1 /* Copyright 2014 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 * { 5 * {
6 box-sizing: border-box; 6 box-sizing: border-box;
7 color: rgba(0, 0, 0, .54); 7 color: rgba(0, 0, 0, .54);
8 font-family: Roboto, 'Noto Sans', sans-serif;
9 font-size: 13px;
10 margin: 0; 8 margin: 0;
11 padding: 0; 9 padding: 0;
12 } 10 }
13 11
14 #start-container * { 12 #start-container * {
15 color: #fff; 13 color: #fff;
16 } 14 }
17 15
18 #start-container h2 { 16 #start-container h2 {
19 font-size: 15px; 17 font-size: 15px;
(...skipping 319 matching lines...) Expand 10 before | Expand all | Expand 10 after
339 background: none; 337 background: none;
340 border: none; 338 border: none;
341 color: rgb(58, 218, 255); 339 color: rgb(58, 218, 255);
342 float: right; 340 float: right;
343 height: 32px; 341 height: 32px;
344 margin-left: 18px; 342 margin-left: 18px;
345 min-width: 56px; 343 min-width: 56px;
346 padding: 0 8px 0 8px; 344 padding: 0 8px 0 8px;
347 text-transform: uppercase; 345 text-transform: uppercase;
348 } 346 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698