Add font classes to prose-editor.less
This commit is contained in:
parent
b33c778332
commit
08fd4be580
1 changed files with 12 additions and 0 deletions
|
@ -33,6 +33,18 @@ body#pad.classic {
|
|||
}
|
||||
}
|
||||
|
||||
.norm {
|
||||
font-family: serifFont;
|
||||
}
|
||||
|
||||
.sans {
|
||||
font-family: @sansFont;
|
||||
}
|
||||
|
||||
.wrap {
|
||||
font-family: @monoFont;
|
||||
}
|
||||
|
||||
#title {
|
||||
margin-left: @classicHorizMargin;
|
||||
margin-right: @classicHorizMargin;
|
||||
|
|
Loading…
Add table
Reference in a new issue