feat: use stylekit fonts for the editor
This commit is contained in:
@@ -144,7 +144,6 @@ $heading-height: 75px;
|
||||
}
|
||||
|
||||
.editable {
|
||||
font-family: monospace;
|
||||
overflow-y: scroll;
|
||||
width: 100%;
|
||||
background-color: var(--sn-stylekit-editor-background-color);
|
||||
|
||||
@@ -172,6 +172,9 @@ $screen-md-max: ($screen-lg-min - 1) !default;
|
||||
fill: currentColor;
|
||||
}
|
||||
|
||||
.font-editor {
|
||||
font-family: var(--sn-stylekit-editor-font-family);
|
||||
}
|
||||
.font-semibold {
|
||||
font-weight: 600 !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user