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

Side by Side Diff: chrome/browser/resources/security_warnings/interstitial_v2.css

Issue 519453002: Switch security warning font to Roboto if client has it (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed use of /roboto/ font 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 @font-face {
5 font-family: 'Roboto2';
6 font-weight: 400;
7 src: local('Roboto'), local('Roboto2-Regular');
8 }
4 9
5 a { 10 a {
6 color: #585858; 11 color: #585858;
7 } 12 }
8 13
9 body { 14 body {
10 background-color: #f7f7f7; 15 background-color: #f7f7f7;
11 color: #585858; 16 color: #585858;
17 font-family: 'Roboto2';
12 font-size: 125%; 18 font-size: 125%;
13 } 19 }
14 20
15 body.safe-browsing { 21 body.safe-browsing {
16 background-color: rgb(206, 52, 38); 22 background-color: rgb(206, 52, 38);
17 color: white; 23 color: white;
18 } 24 }
19 25
20 button { 26 button {
21 background: rgb(76, 142, 250); 27 background: rgb(76, 142, 250);
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
246 } 252 }
247 253
248 .nav-wrapper { 254 .nav-wrapper {
249 margin-top: 30px; 255 margin-top: 30px;
250 } 256 }
251 257
252 .small-link { 258 .small-link {
253 font-size: 1em; 259 font-size: 1em;
254 } 260 }
255 } 261 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698