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

Side by Side Diff: chrome/browser/resources/chromeos/login/roboto_font.css

Issue 2043883004: Remove Roboto fonts from the resource bundle (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update chromeos font install script Created 4 years, 5 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 2014 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
6 /* TODO(dzhioev): get rid of this file, when we have Roboto among system fonts.
7 * http://crbug.com/409047
8 */
9
10 @font-face {
11 font-family: 'Roboto';
12 font-style: normal;
13 font-weight: 100;
14 src: url(Roboto-Thin.ttf) format('truetype');
15 }
16
17 @font-face {
18 font-family: 'Roboto';
19 font-style: normal;
20 font-weight: 300;
21 src: url(Roboto-Light.ttf) format('truetype');
22 }
23
24 @font-face {
25 font-family: 'Roboto';
26 font-style: normal;
27 font-weight: 400;
28 src: url(Roboto-Regular.ttf) format('truetype');
29 }
30
31 @font-face {
32 font-family: 'Roboto';
33 font-style: normal;
34 font-weight: 500;
35 src: url(Roboto-Medium.ttf) format('truetype');
36 }
37
38 @font-face {
39 font-family: 'Roboto';
40 font-style: normal;
41 font-weight: 700;
42 src: url(Roboto-Bold.ttf) format('truetype');
43 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/login/oobe.html ('k') | chrome/browser/ui/webui/chromeos/login/oobe_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698