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

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

Issue 1975763003: Remove Roboto 300 weight from build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 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 @font-face { 5 @font-face {
6 font-family: 'Roboto'; 6 font-family: 'Roboto';
7 font-style: normal; 7 font-style: normal;
8 font-weight: 300;
9 src: local('Roboto Light'), local('Roboto-Light'),
10 url(chrome://resources/roboto/roboto-light.woff2) format('woff2');
11 }
12
13 @font-face {
14 font-family: 'Roboto';
15 font-style: normal;
16 font-weight: 400; 8 font-weight: 400;
17 src: local('Roboto'), local('Roboto-Regular'), 9 src: local('Roboto'), local('Roboto-Regular'),
18 url(chrome://resources/roboto/roboto-regular.woff2) format('woff2'); 10 url(chrome://resources/roboto/roboto-regular.woff2) format('woff2');
19 } 11 }
20 12
21 @font-face { 13 @font-face {
22 font-family: 'Roboto'; 14 font-family: 'Roboto';
23 font-style: normal; 15 font-style: normal;
24 font-weight: 500; 16 font-weight: 500;
25 src: local('Roboto Medium'), local('Roboto-Medium'), 17 src: local('Roboto Medium'), local('Roboto-Medium'),
26 url(chrome://resources/roboto/roboto-medium.woff2) format('woff2'); 18 url(chrome://resources/roboto/roboto-medium.woff2) format('woff2');
27 } 19 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/ntp4/incognito_and_guest_tab.css ('k') | ui/webui/resources/roboto/roboto-light.woff2 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698