fix(ui): use default font family for headings

Close #7481
This commit is contained in:
Andelf
2022-11-28 09:58:37 +08:00
committed by Tienson Qin
parent dfa6677380
commit fe4dbdee1b

View File

@@ -520,7 +520,6 @@ i.ti {
h1.title {
margin-bottom: 1.5rem;
color: var(--ls-title-text-color, #222);
font-family: -apple-system, system-ui, var(--ls-font-family), sans-serif;
font-size: var(--ls-page-title-size, 36px);
font-weight: 500;
}