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

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

Issue 1516233003: Incognito NTP style tweaks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update Roboto font with full charset version Created 4 years, 11 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 | « ui/base/webui/web_ui_util.cc ('k') | ui/webui/resources/css/text_defaults_md.css » ('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 @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;
8 font-weight: 400; 16 font-weight: 400;
9 src: local('Roboto'), local('Roboto-Regular'), 17 src: local('Roboto'), local('Roboto-Regular'),
10 url(chrome://resources/roboto/roboto-regular.woff2) format('woff2'); 18 url(chrome://resources/roboto/roboto-regular.woff2) format('woff2');
11 } 19 }
12 20
13 @font-face { 21 @font-face {
14 font-family: 'Roboto'; 22 font-family: 'Roboto';
15 font-style: normal; 23 font-style: normal;
16 font-weight: 500; 24 font-weight: 500;
17 src: local('Roboto Medium'), local('Roboto-Medium'), 25 src: local('Roboto Medium'), local('Roboto-Medium'),
18 url(chrome://resources/roboto/roboto-medium.woff2) format('woff2'); 26 url(chrome://resources/roboto/roboto-medium.woff2) format('woff2');
19 } 27 }
OLDNEW
« no previous file with comments | « ui/base/webui/web_ui_util.cc ('k') | ui/webui/resources/css/text_defaults_md.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698