OLD | NEW |
---|---|
1 /* Copyright 2014 The Chromium Authors. All rights reserved. | 1 /* Copyright 2014 The Chromium Authors. All rights reserved. |
Nikita (slow)
2014/10/13 17:23:40
Please file a bug (or find existing one) and refer
dzhioev (left Google)
2014/10/15 14:07:44
Done. http://crbug.com/409047
| |
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 | 5 |
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: 100; | 9 font-weight: 100; |
10 src: url(Roboto-Thin.ttf) format('truetype'); | 10 src: url(Roboto-Thin.ttf) format('truetype'); |
11 } | 11 } |
12 | 12 |
13 @font-face { | 13 @font-face { |
14 font-family: 'Roboto'; | 14 font-family: 'Roboto'; |
15 font-style: normal; | 15 font-style: normal; |
16 font-weight: 300; | 16 font-weight: 300; |
17 src: url(Roboto-Light.ttf) format('truetype'); | 17 src: url(Roboto-Light.ttf) format('truetype'); |
18 } | 18 } |
19 | 19 |
20 @font-face { | 20 @font-face { |
21 font-family: 'Roboto'; | 21 font-family: 'Roboto'; |
22 font-style: normal; | 22 font-style: normal; |
23 font-weight: 400; | |
24 src: url(Roboto-Regular.ttf) format('truetype'); | |
25 } | |
26 | |
27 @font-face { | |
28 font-family: 'Roboto'; | |
29 font-style: normal; | |
30 font-weight: 500; | |
31 src: url(Roboto-Medium.ttf) format('truetype'); | |
32 } | |
33 | |
34 @font-face { | |
35 font-family: 'Roboto'; | |
36 font-style: normal; | |
23 font-weight: 700; | 37 font-weight: 700; |
24 src: url(Roboto-Bold.ttf) format('truetype'); | 38 src: url(Roboto-Bold.ttf) format('truetype'); |
25 } | 39 } |
OLD | NEW |