You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
270 B
Plaintext

@import '../variables.less';
.wikiEditor-ui-text textarea {
&.mw-editfont-monospace {
font-family: @fonts-mono !important;
}
&.mw-editfont-sans-serif {
font-family: @fonts-sans !important;
}
&.mw-editfont-serif {
font-family: @fonts-serif !important;
}
}