Skip to content

Latest commit

 

History

History
40 lines (34 loc) · 1.08 KB

2016-06-23-wordpress-theme-and-plugins.md

File metadata and controls

40 lines (34 loc) · 1.08 KB

Plugins

I didn't like font in admin editor, so I changed it:

textarea.wp-editor-area {
  font-family: "Open Sans", sans-serif;
}

Themes