Twenty Fifteen: correct font fallback for Noto Serif in editor styles; Props Manoz69; Fixes #29984

Built from https://develop.svn.wordpress.org/trunk@29918


git-svn-id: http://core.svn.wordpress.org/trunk@29670 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Ian Stewart 2014-10-16 18:40:20 +00:00
parent fb019893f9
commit 747e7189a3

View File

@ -24,7 +24,7 @@ Description: Used to style the TinyMCE editor.
body {
color: #333;
font-family: "Noto Serif", sans-serif;
font-family: "Noto Serif", serif;
font-weight: 400;
font-size: 19px;
line-height: 1.6471;
@ -271,7 +271,7 @@ dd {
.mce-item-table th,
.mce-item-table caption {
border-width: 0 1px 1px 0;
font-family: "Noto Serif", sans-serif;
font-family: "Noto Serif", serif;
font-size: 19px;
font-weight: 700;
padding: 8px;
@ -281,7 +281,7 @@ dd {
.mce-item-table td {
border-width: 0 1px 1px 0;
font-family: "Noto Serif", sans-serif;
font-family: "Noto Serif", serif;
font-size: 19px;
padding: 8px;
vertical-align: baseline;