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

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

Issue 1142893002: Add Roboto-Medium webfont and factor out common Roboto WebUI CSS file. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rearrange properties in promo.css to abate presubmit Created 5 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
(Empty)
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
3 * found in the LICENSE file. */
4
5 @font-face {
6 font-family: 'Roboto';
7 font-style: normal;
8 font-weight: 400;
9 src: local('Roboto'), local('Roboto-Regular'),
10 url(chrome://resources/roboto/roboto-regular-latin.woff2) format('woff2');
11 unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC,
12 U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
13 }
14
15 @font-face {
16 font-family: 'Roboto';
17 font-style: normal;
18 font-weight: 500;
19 src: local('Roboto Medium'), local('Roboto-Medium'),
20 url(chrome://resources/roboto/roboto-medium-latin.woff2) format('woff2');
21 unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC,
22 U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
23 }
OLDNEW
« no previous file with comments | « components/proximity_auth/webui/resources/proximity_auth.html ('k') | ui/webui/resources/roboto/roboto.woff » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698