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

Unified Diff: ui/strings/app_locale_settings.grd

Issue 786023002: Remove hard-coded font families in WebUI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: The First Version. Created 6 years 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
Index: ui/strings/app_locale_settings.grd
diff --git a/ui/strings/app_locale_settings.grd b/ui/strings/app_locale_settings.grd
index 2dcf05540fb8dbd6ecd41f0bc87558bbe3482548..4adf6b0f24d243b40ffa4fd9f15fcfad37406ea9 100644
--- a/ui/strings/app_locale_settings.grd
+++ b/ui/strings/app_locale_settings.grd
@@ -221,7 +221,7 @@
<if expr="is_macosx">
<!-- The font used in Web UI (e.g. History). -->
<message name="IDS_WEB_FONT_FAMILY" use_name_for_id="true">
- 'Lucida Grande', sans-serif
+ 'Helvetica Neue', Helvetica, sans-serif
Dan Beam 2014/12/10 19:49:25 I'd separate this
xdai1 2014/12/11 02:59:23 Sorry, I'm not sure about the meaning of "separate
Dan Beam 2014/12/13 02:29:53 create a new CL with just this one change
</message>
<!-- The relative font size in % used in Web UI (e.g. History). -->

Powered by Google App Engine
This is Rietveld 408576698