Ticket #29664: Myanmar_Fonts.2.diff
File Myanmar_Fonts.2.diff, 5.2 KB (added by , 10 years ago) |
---|
-
wp-admin/css/install.css
266 266 font-family: Arial, sans-serif; 267 267 } 268 268 269 :lang(my-mm) body, 270 :lang(my-mm) textarea, 271 :lang(my-mm) input, 272 :lang(my-mm) submit { 273 font-family: "Noto Sans Myanmar", "Myanmar Text", "Myanmar MN", Padauk, Tharlon, Tahoma, Arial, sans-serif; 274 } 275 269 276 @media only screen and (max-width: 799px) { 270 277 body { 271 278 margin-top: 115px; -
wp-admin/css/l10n.css
21 21 font-weight: bold; 22 22 } 23 23 24 /* my_MM: Add Myanmar Script supported fonts for various OS platforms. */ 25 body.locale-my-mm, 26 body.locale-my-mm .press-this a.wp-switch-editor { 27 font-family: "Noto Sans Myanmar", "Myanmar Text", "Myanmar MN", Padauk, Tharlon, Tahoma, Arial, sans-serif; 28 } 29 24 30 /* zh_CN: Remove italic properties. */ 25 31 .locale-zh-cn .howto, 26 32 .locale-zh-cn .tablenav .displaying-num, -
wp-admin/setup-config.php
75 75 header( 'Content-Type: text/html; charset=utf-8' ); 76 76 ?> 77 77 <!DOCTYPE html> 78 <html xmlns="http://www.w3.org/1999/xhtml" <?php if ( is_rtl() ) echo ' dir="rtl"'; ?>>78 <html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>> 79 79 <head> 80 80 <meta name="viewport" content="width=device-width" /> 81 81 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> -
wp-includes/css/admin-bar.css
26 26 font-family: Arial, sans-serif; 27 27 } 28 28 29 html:lang(my-mm) #wpadminbar * { 30 font-family: "Noto Sans Myanmar", "Myanmar Text", "Myanmar MN", Padauk, Tharlon, Tahoma, Arial, sans-serif; 31 } 32 29 33 #wpadminbar a.ab-item, 30 34 #wpadminbar > #wp-toolbar span.ab-label, 31 35 #wpadminbar > #wp-toolbar span.noticon { -
wp-includes/css/editor.css
936 936 font-family: Arial, Monaco, monospace; 937 937 } 938 938 939 .locale-my-mm .wp-editor-area { 940 font-family: "Noto Sans Myanmar", "Myanmar Text", "Myanmar MN", Padauk, Tharlon, Tahoma, Arial, sans-serif; 941 } 942 939 943 .wp-editor-container textarea.wp-editor-area { 940 944 width: 100%; 941 945 margin: 0; … … 2117 2121 font-family: Arial, sans-serif; 2118 2122 } 2119 2123 2124 html:lang(my-mm) .wp-switch-editor, 2125 html:lang(my-mm) .quicktags-toolbar input { 2126 font-family: "Noto Sans Myanmar", "Myanmar Text", "Myanmar MN", Padauk, Tharlon, Tahoma, Arial, sans-serif; 2127 } 2128 2120 2129 /* HiDPI */ 2121 2130 @media print, 2122 2131 (-o-min-device-pixel-ratio: 5/4), -
wp-includes/css/media-views.css
2145 2145 font-family: Arial, sans-serif; 2146 2146 } 2147 2147 2148 :lang(my-mm) .media-modal, 2149 :lang(my-mm) .media-frame, 2150 :lang(my-mm) .media-frame .search, 2151 :lang(my-mm) .media-frame input[type="text"], 2152 :lang(my-mm) .media-frame input[type="password"], 2153 :lang(my-mm) .media-frame input[type="number"], 2154 :lang(my-mm) .media-frame input[type="search"], 2155 :lang(my-mm) .media-frame input[type="email"], 2156 :lang(my-mm) .media-frame input[type="url"], 2157 :lang(my-mm) .media-frame textarea, 2158 :lang(my-mm) .media-frame select { 2159 font-family: "Noto Sans Myanmar", "Myanmar Text", "Myanmar MN", Padauk, Tharlon, Tahoma, Arial, sans-serif; 2160 } 2161 2148 2162 @media only screen and (max-width: 940px) { 2149 2163 .media-frame-content .media-toolbar-primary .search, 2150 2164 .media-frame-content .media-toolbar-secondary .attachment-filters { -
wp-includes/functions.php
2560 2560 -webkit-box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 ); 2561 2561 box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 ); 2562 2562 } 2563 2563 :lang(my-MM) { 2564 font-family: "Noto Sans Myanmar", "Myanmar Text", "Myanmar MN", Padauk, Tharlon, Tahoma, Arial, sans-serif; 2565 } 2564 2566 <?php if ( 'rtl' == $text_direction ) : ?> 2565 2567 body { font-family: Tahoma, Arial; } 2566 2568 <?php endif; ?> -
wp-includes/js/tinymce/skins/wordpress/wp-content.css
31 31 font-family: Arial, "Times New Roman", "Bitstream Charter", Times, serif; 32 32 } 33 33 34 body.locale-my-mm { 35 font-family: "Noto Sans Myanmar", "Myanmar Text", "Myanmar MN", Padauk, Tharlon, Tahoma, Arial, sans-serif; 36 } 37 34 38 body.wp-autoresize { 35 39 overflow: visible !important; 36 40 /* The padding ensures margins of the children are contained in the body. */