| 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
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..5c43cb38dcea17bfdb211ae77d7e46da94b84b41
|
| --- /dev/null
|
| +++ b/chrome/browser/resources/chromeos/login/roboto_font.css
|
| @@ -0,0 +1,25 @@
|
| +/* Copyright 2014 The Chromium Authors. All rights reserved.
|
| + * Use of this source code is governed by a BSD-style license that can be
|
| + * found in the LICENSE file.
|
| + */
|
| +
|
| +@font-face {
|
| + font-family: 'Roboto';
|
| + font-style: normal;
|
| + font-weight: 100;
|
| + src: url(Roboto-Thin.ttf) format('truetype');
|
| +}
|
| +
|
| +@font-face {
|
| + font-family: 'Roboto';
|
| + font-style: normal;
|
| + font-weight: 300;
|
| + src: url(Roboto-Light.ttf) format('truetype');
|
| +}
|
| +
|
| +@font-face {
|
| + font-family: 'Roboto';
|
| + font-style: normal;
|
| + font-weight: 700;
|
| + src: url(Roboto-Bold.ttf) format('truetype');
|
| +}
|
|
|