remove font_heading and font_quote variables

interfered with page sans/serif/mono setting: https://github.com/notion-enhancer/notion-repackaged/issues/44
This commit is contained in:
dragonwocky 2021-10-03 23:55:14 +11:00
parent f9147991e8
commit 022c08fe75
2 changed files with 0 additions and 10 deletions

View File

@ -285,14 +285,6 @@ body,
[style*='SFMono-Regular'] {
font-family: var(--theme--font_code) !important;
}
.notion-selectable.notion-quote-block div[spellcheck='true'] {
font-family: var(--theme--font_quote) !important;
}
[placeholder='Heading 1'],
[placeholder='Heading 2'],
[placeholder='Heading 3'] {
font-family: var(--theme--font_headings) !important;
}
/** ui **/

View File

@ -22,8 +22,6 @@
Batang, serif;
--theme--font_mono: iawriter-mono, Nitti, Menlo, Courier, monospace;
--theme--font_code: SFMono-Regular, Consolas, 'Liberation Mono', Menlo, Courier, monospace;
--theme--font_quote: var(--theme--font_sans);
--theme--font_headings: var(--theme--font_sans);
--theme--accent_blue: rgb(46, 170, 220);
--theme--accent_blue-selection: rgb(46, 170, 220, 0.25);