Opened 11 years ago
Closed 11 years ago
#30715 closed enhancement (duplicate)
Changing font family to Tahoma
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | 4.0.1 |
| Component: | Editor | Keywords: | |
| Focuses: | Cc: |
Description
Arabic text doesn't seem readable at the editor, can you change the following fonts to Tahoma?
body {
font-family: Tahoma,"Times New Roman","Bitstream Charter",Times,serif;
font-size: 14px;
}
at: wp-includes/js/tinymce/skins/wordpress/wp-content.css
and,
.wp-editor-area {
font-family: Tahoma,Monaco,monospace;
font-size: 14px;
}
at: wp-includes/css/editor-rtl.min.css
Change History (1)
Note: See
TracTickets for help on using
tickets.
Duplicate of #29553.