Twenty Fifteen: correct font fallback for Noto Serif in editor styles; Props Manoz69; Fixes #29984
git-svn-id: https://develop.svn.wordpress.org/trunk@29918 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
bd70f47d46
commit
4eb5c81721
@ -24,7 +24,7 @@ Description: Used to style the TinyMCE editor.
|
|||||||
|
|
||||||
body {
|
body {
|
||||||
color: #333;
|
color: #333;
|
||||||
font-family: "Noto Serif", sans-serif;
|
font-family: "Noto Serif", serif;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: 19px;
|
font-size: 19px;
|
||||||
line-height: 1.6471;
|
line-height: 1.6471;
|
||||||
@ -271,7 +271,7 @@ dd {
|
|||||||
.mce-item-table th,
|
.mce-item-table th,
|
||||||
.mce-item-table caption {
|
.mce-item-table caption {
|
||||||
border-width: 0 1px 1px 0;
|
border-width: 0 1px 1px 0;
|
||||||
font-family: "Noto Serif", sans-serif;
|
font-family: "Noto Serif", serif;
|
||||||
font-size: 19px;
|
font-size: 19px;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
@ -281,7 +281,7 @@ dd {
|
|||||||
|
|
||||||
.mce-item-table td {
|
.mce-item-table td {
|
||||||
border-width: 0 1px 1px 0;
|
border-width: 0 1px 1px 0;
|
||||||
font-family: "Noto Serif", sans-serif;
|
font-family: "Noto Serif", serif;
|
||||||
font-size: 19px;
|
font-size: 19px;
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
vertical-align: baseline;
|
vertical-align: baseline;
|
||||||
|
Loading…
Reference in New Issue
Block a user