Add font classes to prose-editor.less

This commit is contained in:
vtyeh 2024-10-28 11:28:03 -07:00
parent b33c778332
commit 08fd4be580

View file

@ -33,6 +33,18 @@ body#pad.classic {
} }
} }
.norm {
font-family: serifFont;
}
.sans {
font-family: @sansFont;
}
.wrap {
font-family: @monoFont;
}
#title { #title {
margin-left: @classicHorizMargin; margin-left: @classicHorizMargin;
margin-right: @classicHorizMargin; margin-right: @classicHorizMargin;