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

@ -149,3 +149,7 @@
border: none; border: none;
margin: 0px; margin: 0px;
} }
.tabbed-container._weditor .box[name="preview"] {
font-family: initial;
}