| Index: ui/webui/resources/css/roboto.css
|
| diff --git a/ui/webui/resources/css/roboto.css b/ui/webui/resources/css/roboto.css
|
| index 34c0ad7bca1687cae0159986b1a945ef00d68138..c9554f23d38e600549fd7a246f5348ac55807f25 100644
|
| --- a/ui/webui/resources/css/roboto.css
|
| +++ b/ui/webui/resources/css/roboto.css
|
| @@ -5,6 +5,14 @@
|
| @font-face {
|
| font-family: 'Roboto';
|
| font-style: normal;
|
| + font-weight: 300;
|
| + src: local('Roboto Light'), local('Roboto-Light'),
|
| + url(chrome://resources/roboto/roboto-light.woff2) format('woff2');
|
| +}
|
| +
|
| +@font-face {
|
| + font-family: 'Roboto';
|
| + font-style: normal;
|
| font-weight: 400;
|
| src: local('Roboto'), local('Roboto-Regular'),
|
| url(chrome://resources/roboto/roboto-regular.woff2) format('woff2');
|
|
|