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

Side by Side Diff: chrome/app/resources/locale_settings_mac.grd

Issue 912263002: Change default Japanese fonts on OS X from Pro to ProN (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 unified diff | Download patch
« no previous file with comments | « no previous file | chrome/app/resources/platform_locale_settings/locale_settings_mac_ja.xtb » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <grit latest_public_release="0" current_release="1"> 2 <grit latest_public_release="0" current_release="1">
3 <outputs> 3 <outputs>
4 <output filename="grit/platform_locale_settings.h" type="rc_header"> 4 <output filename="grit/platform_locale_settings.h" type="rc_header">
5 <emit emit_type='prepend'></emit> 5 <emit emit_type='prepend'></emit>
6 </output> 6 </output>
7 <output filename="platform_locale_settings_am.pak" type="data_package" lang= "am" /> 7 <output filename="platform_locale_settings_am.pak" type="data_package" lang= "am" />
8 <output filename="platform_locale_settings_ar.pak" type="data_package" lang= "ar" /> 8 <output filename="platform_locale_settings_ar.pak" type="data_package" lang= "ar" />
9 <output filename="platform_locale_settings_bg.pak" type="data_package" lang= "bg" /> 9 <output filename="platform_locale_settings_bg.pak" type="data_package" lang= "bg" />
10 <output filename="platform_locale_settings_bn.pak" type="data_package" lang= "bn" /> 10 <output filename="platform_locale_settings_bn.pak" type="data_package" lang= "bn" />
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 </message> 160 </message>
161 161
162 <!-- The default value for |WebPreference::pictograph_font_family| --> 162 <!-- The default value for |WebPreference::pictograph_font_family| -->
163 <message name="IDS_PICTOGRAPH_FONT_FAMILY" use_name_for_id="true"> 163 <message name="IDS_PICTOGRAPH_FONT_FAMILY" use_name_for_id="true">
164 Apple Color Emoji 164 Apple Color Emoji
165 </message> 165 </message>
166 166
167 <!-- The default value for |WebPreference::standard_font_family_map| for 167 <!-- The default value for |WebPreference::standard_font_family_map| for
168 Japanese script. --> 168 Japanese script. -->
169 <message name="IDS_STANDARD_FONT_FAMILY_JAPANESE" use_name_for_id="true"> 169 <message name="IDS_STANDARD_FONT_FAMILY_JAPANESE" use_name_for_id="true">
170 Hiragino Kaku Gothic Pro 170 Hiragino Kaku Gothic ProN
171 </message> 171 </message>
172 172
173 <!-- The default value for |WebPreference::fixed_font_family_map| for 173 <!-- The default value for |WebPreference::fixed_font_family_map| for
174 Japanese script. --> 174 Japanese script. -->
175 <message name="IDS_FIXED_FONT_FAMILY_JAPANESE" use_name_for_id="true"> 175 <message name="IDS_FIXED_FONT_FAMILY_JAPANESE" use_name_for_id="true">
176 Osaka-Mono 176 Osaka-Mono
177 </message> 177 </message>
178 178
179 <!-- The default value for |WebPreference::serif_font_family_map| for 179 <!-- The default value for |WebPreference::serif_font_family_map| for
180 Japanese script. --> 180 Japanese script. -->
181 <message name="IDS_SERIF_FONT_FAMILY_JAPANESE" use_name_for_id="true"> 181 <message name="IDS_SERIF_FONT_FAMILY_JAPANESE" use_name_for_id="true">
182 Hiragino Mincho Pro 182 Hiragino Mincho ProN
183 </message> 183 </message>
184 184
185 <!-- The default value for |WebPreference::sans_serif_font_family_map| for 185 <!-- The default value for |WebPreference::sans_serif_font_family_map| for
186 Japanese script. --> 186 Japanese script. -->
187 <message name="IDS_SANS_SERIF_FONT_FAMILY_JAPANESE" use_name_for_id="true" > 187 <message name="IDS_SANS_SERIF_FONT_FAMILY_JAPANESE" use_name_for_id="true" >
188 Hiragino Kaku Gothic Pro 188 Hiragino Kaku Gothic ProN
189 </message> 189 </message>
190 190
191 <!-- The default value for |WebPreference::standard_font_family_map| for 191 <!-- The default value for |WebPreference::standard_font_family_map| for
192 Korean script. --> 192 Korean script. -->
193 <message name="IDS_STANDARD_FONT_FAMILY_KOREAN" use_name_for_id="true"> 193 <message name="IDS_STANDARD_FONT_FAMILY_KOREAN" use_name_for_id="true">
194 AppleGothic 194 AppleGothic
195 </message> 195 </message>
196 196
197 <!-- The default value for |WebPreference::serif_font_family_map| for 197 <!-- The default value for |WebPreference::serif_font_family_map| for
198 Korean script. --> 198 Korean script. -->
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
257 0 257 0
258 </message> 258 </message>
259 259
260 <!-- The default value for |WebPreference::minimum_logical_font_size|. --> 260 <!-- The default value for |WebPreference::minimum_logical_font_size|. -->
261 <message name="IDS_MINIMUM_LOGICAL_FONT_SIZE" use_name_for_id="true"> 261 <message name="IDS_MINIMUM_LOGICAL_FONT_SIZE" use_name_for_id="true">
262 9 262 9
263 </message> 263 </message>
264 </messages> 264 </messages>
265 </release> 265 </release>
266 </grit> 266 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/app/resources/platform_locale_settings/locale_settings_mac_ja.xtb » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698