diff --git a/layouts/index.html b/layouts/index.html index 1dcb55f..d908598 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -6,9 +6,6 @@ type="application/rss+xml" href="{{.Site.BaseURL }}/index.xml" title="{{ .Site.Title }}"> - - -
diff --git a/themes/risotto/static/css/header.css b/themes/risotto/static/css/header.css index f847b1c..cab735b 100644 --- a/themes/risotto/static/css/header.css +++ b/themes/risotto/static/css/header.css @@ -1,9 +1,3 @@ -.main.nav { - font-family: var(--font-monospace); - font-size: 16px; - line-height: 1.5rem; -} - /* Main menu */ .main-nav ul { display: flex; diff --git a/themes/risotto/static/css/typography.css b/themes/risotto/static/css/typography.css index 6b7a36e..198619a 100644 --- a/themes/risotto/static/css/typography.css +++ b/themes/risotto/static/css/typography.css @@ -1,11 +1,10 @@ /* Fonts */ :root { --font-monospace: "Fira Mono", monospace; - --font-sans: "Open Sans", sans-serif; } body { -font-family: var(--font-sans); + font-family: var(--font-monospace); font-size: 16px; line-height: 1.5rem; }