| Index: ui/webui/resources/css/text_defaults.css
|
| diff --git a/ui/webui/resources/css/text_defaults.css b/ui/webui/resources/css/text_defaults.css
|
| index 0b7f55a3e7b7803949c22565c4d108df242418a2..ac989687c0f83676227d2df01708f724e86cf29b 100644
|
| --- a/ui/webui/resources/css/text_defaults.css
|
| +++ b/ui/webui/resources/css/text_defaults.css
|
| @@ -20,10 +20,10 @@ html {
|
| }
|
|
|
| body {
|
| - font-family: $i18n{fontFamily};
|
| + font-family: $i18nRaw{fontFamily};
|
| font-size: $i18n{fontSize};
|
| }
|
|
|
| button {
|
| - font-family: $i18n{fontFamily};
|
| + font-family: $i18nRaw{fontFamily};
|
| }
|
|
|