Add font-family override for previewer

This commit is contained in:
Wirlaburla 2024-03-12 13:45:52 -05:00
parent f319a24633
commit 7907f00fc9

View File

@ -148,4 +148,8 @@
.tabbed-container._weditor .box[name="edit"] textarea { .tabbed-container._weditor .box[name="edit"] textarea {
border: none; border: none;
margin: 0px; margin: 0px;
}
.tabbed-container._weditor .box[name="preview"] {
font-family: initial;
} }