style: 🎨 apply code formatting

This commit is contained in:
Sebin Nyshkim 2024-10-22 12:50:09 +02:00
parent d9c57486cc
commit 6fedc57b96

View file

@ -23,10 +23,11 @@ h3,
h4, h4,
h5, h5,
h6 { h6 {
font-family: var(--font-heading) font-family: var(--font-heading);
} }
pre, code { pre,
code {
font-family: var(--font-monospace); font-family: var(--font-monospace);
} }