| OLD | NEW |
| 1 /* Copyright 2015 The Chromium Authors. All rights reserved. | 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 | 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 @font-face { | 5 @font-face { |
| 6 font-family: 'Roboto'; | 6 font-family: 'Roboto'; |
| 7 font-style: normal; | 7 font-style: normal; |
| 8 font-weight: 300; | |
| 9 src: local('Roboto Light'), local('Roboto-Light'), | |
| 10 url(chrome://resources/roboto/roboto-light.woff2) format('woff2'); | |
| 11 } | |
| 12 | |
| 13 @font-face { | |
| 14 font-family: 'Roboto'; | |
| 15 font-style: normal; | |
| 16 font-weight: 400; | 8 font-weight: 400; |
| 17 src: local('Roboto'), local('Roboto-Regular'), | 9 src: local('Roboto'), local('Roboto-Regular'), |
| 18 url(chrome://resources/roboto/roboto-regular.woff2) format('woff2'); | 10 url(chrome://resources/roboto/roboto-regular.woff2) format('woff2'); |
| 19 } | 11 } |
| 20 | 12 |
| 21 @font-face { | 13 @font-face { |
| 22 font-family: 'Roboto'; | 14 font-family: 'Roboto'; |
| 23 font-style: normal; | 15 font-style: normal; |
| 24 font-weight: 500; | 16 font-weight: 500; |
| 25 src: local('Roboto Medium'), local('Roboto-Medium'), | 17 src: local('Roboto Medium'), local('Roboto-Medium'), |
| 26 url(chrome://resources/roboto/roboto-medium.woff2) format('woff2'); | 18 url(chrome://resources/roboto/roboto-medium.woff2) format('woff2'); |
| 27 } | 19 } |
| OLD | NEW |