diff --git src/wp-content/themes/twentyfifteen/css/editor-style.css src/wp-content/themes/twentyfifteen/css/editor-style.css
index 16d4e93592..54023f3f62 100644
|
|
table th, |
287 | 287 | table caption { |
288 | 288 | border-width: 0 1px 1px 0; |
289 | 289 | font-family: "Noto Serif", serif; |
290 | | font-size: 17px; |
| 290 | font-size: inherit; |
291 | 291 | font-weight: 700; |
292 | 292 | padding: 7px; |
293 | 293 | text-align: left; |
… |
… |
table td, |
298 | 298 | .mce-item-table td { |
299 | 299 | border-width: 0 1px 1px 0; |
300 | 300 | font-family: "Noto Serif", serif; |
301 | | font-size: 17px; |
| 301 | font-size: inherit; |
302 | 302 | padding: 7px; |
303 | 303 | vertical-align: baseline; |
304 | 304 | } |