Opened 12 years ago
Closed 12 years ago
#23467 closed enhancement (duplicate)
Twenty Twelve: use Open Sans in TinyMCE
Reported by: | kovshenin | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.5 |
Component: | Bundled Theme | Keywords: | |
Focuses: | Cc: |
Description
Twenty Twelve's editor style is neat, and although it references the Open Sans font, it doesn't actually load it, so it ends up falling back to Helvetica and Arial. Let's work out a way to add Open Sans to TinyMCE :)
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
23467.diff wraps the font URL retrieval into a new
twentytwelve_get_font_url
function and uses it in amce_css
filter, in addition towp_enqueue_scripts
.