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

Unified Diff: ui/webui/resources/css/text_defaults_md.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 | « ui/webui/resources/css/text_defaults.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/webui/resources/css/text_defaults_md.css
diff --git a/ui/webui/resources/css/text_defaults_md.css b/ui/webui/resources/css/text_defaults_md.css
index db23f6978363964e01303c80db193470744a12eb..b378ba293f04af38ab659efe83284c1c9688a6c4 100644
--- a/ui/webui/resources/css/text_defaults_md.css
+++ b/ui/webui/resources/css/text_defaults_md.css
@@ -22,10 +22,10 @@ html {
}
body {
- font-family: Roboto, $i18n{fontFamily};
+ font-family: Roboto, $i18nRaw{fontFamily};
font-size: 81.25%
}
button {
- font-family: Roboto, $i18n{fontFamily};
+ font-family: Roboto, $i18nRaw{fontFamily};
}
« no previous file with comments | « ui/webui/resources/css/text_defaults.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698