[wp-trac] [WordPress Trac] #21751: Twenty Twelve: Open Sans does not support all languages
WordPress Trac
wp-trac at lists.automattic.com
Mon Sep 24 23:15:01 UTC 2012
#21751: Twenty Twelve: Open Sans does not support all languages
---------------------------+---------------------------
Reporter: pavelevap | Owner: lancewillett
Type: defect (bug) | Status: reopened
Priority: normal | Milestone: 3.5
Component: Bundled Theme | Version: 3.4.1
Severity: major | Resolution:
Keywords: has-patch |
---------------------------+---------------------------
Comment (by lancewillett):
Interesting -- I must have read the Google Fonts API incorrectly. I
thought in order to only load certain character subsets you would use
{{{subset}}} to specify only the ones you wanted -- and leaving it off
would load all.
Options are {{{latin, latin-ext, cyrillic, cyrillic-ext, greek, greek-ext,
vietnamese}}}.
I think for "en" cases where the setting is English, we should load Latin
and Latin Extended.
Then, we have options on how to treat non-English languages by loading
extra character sets.
1. Try to guess by the site's current language setting, and load that
extra character set if it's appropriate.
1. Let translators specify the character subset, and load it if it matches
a whitelist we provide (from Open Sans page:
http://www.google.com/webfonts#QuickUsePlace:quickUse/Family:Open+Sans)
1. Load everything for everyone (could be slow for performance)
--
Ticket URL: <http://core.trac.wordpress.org/ticket/21751#comment:27>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list