From 190eee637e48ccb37d76da47b3a98ba55884b406 Mon Sep 17 00:00:00 2001 From: Emir <31805948+admiraldus@users.noreply.github.com> Date: Sun, 6 Dec 2020 01:24:54 +0300 Subject: [PATCH] bring together all heading styles --- mods/core/css/theme.css | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/mods/core/css/theme.css b/mods/core/css/theme.css index 224e411..2b97ba0 100644 --- a/mods/core/css/theme.css +++ b/mods/core/css/theme.css @@ -149,14 +149,8 @@ .notion-selectable.notion-quote-block div[spellcheck="true"] { font-family: var(--theme--font_quote) !important; } -[placeholder='Heading 1'] { - font-family: var(--theme--font_heading1) !important; -} -[placeholder='Heading 2'] { - font-family: var(--theme--font_heading2) !important; -} -[placeholder='Heading 3'] { - font-family: var(--theme--font_heading3) !important; +[placeholder='Heading 1'], [placeholder='Heading 2'], [placeholder='Heading 3'] { + font-family: var(--theme--font_headings) !important; } .notion-frame .notion-page-block div[placeholder='Untitled'], .notion-overlay-container .notion-page-block div[placeholder='Untitled'] {