Make WordPress Core

Opened 9 years ago

Closed 9 years ago

#30715 closed enhancement (duplicate)

Changing font family to Tahoma

Reported by: rasheed's profile rasheed 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)

#1 @SergeyBiryukov
9 years ago

  • Milestone Awaiting Review deleted
  • Resolution set to duplicate
  • Status changed from new to closed

Duplicate of #29553.

Note: See TracTickets for help on using tickets.