Files
yuzu/assets/less/editor-style.less
Bruno21 523ccac38e Yuzu Theme
from meowapps.com
2022-05-03 09:37:05 +02:00

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;
}
}