| 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 037ade7efb1ba8ba3cf1594976eff8b7f2822e3f..0b7f55a3e7b7803949c22565c4d108df242418a2 100644
|
| --- a/ui/webui/resources/css/text_defaults.css
|
| +++ b/ui/webui/resources/css/text_defaults.css
|
| @@ -13,17 +13,17 @@
|
| *
|
| * 2. via the webui::AppendWebUICSSTextDefaults() method to directly append it
|
| * to an HTML string.
|
| - * Otherwise its $placeholders won't be expanded. */
|
| + * Otherwise its placeholders won't be expanded. */
|
|
|
| html {
|
| - direction: ${textDirection};
|
| + direction: $i18n{textDirection};
|
| }
|
|
|
| body {
|
| - font-family: ${fontFamily};
|
| - font-size: ${fontSize};
|
| + font-family: $i18n{fontFamily};
|
| + font-size: $i18n{fontSize};
|
| }
|
|
|
| button {
|
| - font-family: ${fontFamily};
|
| + font-family: $i18n{fontFamily};
|
| }
|
|
|