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

Side by Side Diff: ui/webui/resources/css/roboto.css

Issue 2411923004: Stop including roboto.woff files on Android (Closed)
Patch Set: Created 4 years, 2 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 | ui/webui/resources/webui_resources.grd » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* Copyright 2015 The Chromium Authors. All rights reserved. 1 /* Copyright 2015 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 <if expr="not chromeos"> 5 <if expr="not chromeos and not is_android">
6 @font-face { 6 @font-face {
7 font-family: 'Roboto'; 7 font-family: 'Roboto';
8 font-style: normal; 8 font-style: normal;
9 font-weight: 400; 9 font-weight: 400;
10 src: local('Roboto'), local('Roboto-Regular'), 10 src: local('Roboto'), local('Roboto-Regular'),
11 url(chrome://resources/roboto/roboto-regular.woff2) format('woff2'); 11 url(chrome://resources/roboto/roboto-regular.woff2) format('woff2');
12 } 12 }
13 13
14 @font-face { 14 @font-face {
15 font-family: 'Roboto'; 15 font-family: 'Roboto';
16 font-style: normal; 16 font-style: normal;
17 font-weight: 500; 17 font-weight: 500;
18 src: local('Roboto Medium'), local('Roboto-Medium'), 18 src: local('Roboto Medium'), local('Roboto-Medium'),
19 url(chrome://resources/roboto/roboto-medium.woff2) format('woff2'); 19 url(chrome://resources/roboto/roboto-medium.woff2) format('woff2');
20 } 20 }
21 21
22 @font-face { 22 @font-face {
23 font-family: 'Roboto'; 23 font-family: 'Roboto';
24 font-style: normal; 24 font-style: normal;
25 font-weight: 700; 25 font-weight: 700;
26 src: local('Roboto Bold'), local('Roboto-Bold'), 26 src: local('Roboto Bold'), local('Roboto-Bold'),
27 url(chrome://resources/roboto/roboto-bold.woff2) format('woff2'); 27 url(chrome://resources/roboto/roboto-bold.woff2) format('woff2');
28 } 28 }
29 </if> 29 </if>
OLDNEW
« no previous file with comments | « no previous file | ui/webui/resources/webui_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698