| Index: chrome/browser/resources/chromeos/login/roboto_font.css
|
| diff --git a/chrome/browser/resources/chromeos/login/roboto_font.css b/chrome/browser/resources/chromeos/login/roboto_font.css
|
| index 5c43cb38dcea17bfdb211ae77d7e46da94b84b41..357cf379651ae551708cdc4d2ace4e757566cbe3 100644
|
| --- a/chrome/browser/resources/chromeos/login/roboto_font.css
|
| +++ b/chrome/browser/resources/chromeos/login/roboto_font.css
|
| @@ -3,6 +3,10 @@
|
| * found in the LICENSE file.
|
| */
|
|
|
| +/* TODO(dzhioev): get rid of this file, when we have Roboto among system fonts.
|
| + * http://crbug.com/409047
|
| + */
|
| +
|
| @font-face {
|
| font-family: 'Roboto';
|
| font-style: normal;
|
| @@ -20,6 +24,20 @@
|
| @font-face {
|
| font-family: 'Roboto';
|
| font-style: normal;
|
| + font-weight: 400;
|
| + src: url(Roboto-Regular.ttf) format('truetype');
|
| +}
|
| +
|
| +@font-face {
|
| + font-family: 'Roboto';
|
| + font-style: normal;
|
| + font-weight: 500;
|
| + src: url(Roboto-Medium.ttf) format('truetype');
|
| +}
|
| +
|
| +@font-face {
|
| + font-family: 'Roboto';
|
| + font-style: normal;
|
| font-weight: 700;
|
| src: url(Roboto-Bold.ttf) format('truetype');
|
| }
|
|
|