editor: remove top level font family on headings

This commit is contained in:
ammarahm-ed
2023-04-18 00:32:10 +05:00
parent 06833bcac9
commit 1acf2aadba

View File

@@ -33,16 +33,6 @@
color: var(--nn_placeholder) !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Open Sans";
color: var(--nn_heading);
}
#root {
height: 100%;
display: flex;