diff --git a/assets/css/tailwind.css b/assets/css/tailwind.css index 4ac973d..132fbae 100644 --- a/assets/css/tailwind.css +++ b/assets/css/tailwind.css @@ -60,11 +60,6 @@ html[data-theme='light'] { color: var(--text-primary); font-family: var(--font-sans); } - - h1, h2, h3, h4, h5, h6 { - font-family: var(--font-heading); - color: var(--brand-primary); - } } @layer components { diff --git a/post.hbs b/post.hbs index 7cd086f..e07c854 100644 --- a/post.hbs +++ b/post.hbs @@ -26,7 +26,7 @@ {{/if}} -
+
{{content fallback="

No content provided for this post.

"}}