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

Side by Side Diff: chrome/browser/resources/contextual_search/promo.css

Issue 450433002: [Resources] Move roboto.woff and add roboto.woff2 to a roboto/ directory (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fallback to sans-serif Created 6 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 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 @font-face { 5 @font-face {
6 font-family: 'Roboto'; 6 font-family: 'Roboto2';
7 font-weight: 400; 7 font-weight: 400;
8 src: url(/roboto.woff) format('woff'); 8 src: local('Roboto'), local('Roboto2-Regular'), url(/roboto.woff2) format('wof f2'), url(/roboto.woff) format('woff');
Dan Beam 2014/08/06 21:01:12 80 col wrap
Mathieu 2014/08/08 14:08:27 Done.
9 } 9 }
10 10
11 body { 11 body {
12 font-family: 'Roboto'; 12 font-family: 'Roboto2', sans-serif;
13 font-size: 1em; 13 font-size: 1em;
14 margin: 0; 14 margin: 0;
15 } 15 }
16 16
17 p { 17 p {
18 margin: 1.5em; 18 margin: 1.5em;
19 text-align: justify; 19 text-align: justify;
20 } 20 }
21 21
22 a { 22 a {
(...skipping 15 matching lines...) Expand all
38 text-decoration: none; 38 text-decoration: none;
39 text-transform: uppercase; 39 text-transform: uppercase;
40 } 40 }
41 41
42 #button-container { 42 #button-container {
43 position: fixed; 43 position: fixed;
44 text-align: right; 44 text-align: right;
45 top: calc(70% - 76px /* action bar */ - 69px /* height of content */); 45 top: calc(70% - 76px /* action bar */ - 69px /* height of content */);
46 width: 100%; 46 width: 100%;
47 } 47 }
OLDNEW
« no previous file with comments | « chrome/browser/browser_resources.grd ('k') | chrome/browser/resources/contextual_search/roboto.woff » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698