13 lines
280 B
Plaintext
13 lines
280 B
Plaintext
// out: ../css/editor-style.css
|
|
|
|
@import url('https://fonts.googleapis.com/css?family=Lato:400&display=swap');
|
|
|
|
.edit-post-visual-editor {
|
|
font-family: 'Lato', sans-serif !important;
|
|
|
|
p {
|
|
font-size: 18px !important;
|
|
line-height: 180% !important;
|
|
opacity: .8;
|
|
}
|
|
} |