OLD | NEW |
(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 } |
OLD | NEW |