Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(879)

Unified Diff: ui/webui/resources/css/text_defaults.css

Issue 1868593003: [Template expressions] font-family needs to be i18nRaw for mac/win quoted fonts (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ui/webui/resources/css/text_defaults_md.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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};
}
« no previous file with comments | « no previous file | ui/webui/resources/css/text_defaults_md.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698