diff --git a/main/_layouts/default.html b/main/_layouts/default.html index b7f2644..6e975ae 100644 --- a/main/_layouts/default.html +++ b/main/_layouts/default.html @@ -36,6 +36,7 @@ + diff --git a/main/style/style.css b/main/style/style.css index 09a7e84..14d50b2 100644 --- a/main/style/style.css +++ b/main/style/style.css @@ -6,11 +6,15 @@ html { body { margin-top: 106px; - font-family: Roboto, sans-serif; + font-family: "Roboto", sans-serif; background-color: #404142; margin-bottom: 100px; } +code { + font-family: "JetBrains Mono", monospace; +} + h1, h2, h3, h4, h5, h6, .nav-item { font-family: "Roboto Slab", serif; }