xwp / travel

WordPress AMP Adventures Themes (Native AMP)
GNU General Public License v3.0
34 stars 6 forks source link

Apply the fonts from the homepage to the editor #66

Closed kienstra closed 6 years ago

kienstra commented 6 years ago

Request For Code Review

Hi @miina, Could you please review this? This makes the fonts in the editor the same as the homepage.

Though the diff appears to be the entire line, this only adds .edit-post-visual-editor to a selector for a font-family rule. There's no other change.

Before, it was only body{ ... }. This changes it to body .edit-post-visual-editor { ... }.

The Gutenberg plugin was overriding the previous body styling. It used a class of .edit-post-visual-editor.

Closes #60

fonts-homepage-editor