_sass/hima/main.scss in hima-1.0.4 vs _sass/hima/main.scss in hima-1.0.5

- old
+ new

@@ -26,11 +26,11 @@ * + * { margin-top: 1rem; } h1, h2, h3, h4, h5, h6 { - font-family: Oswald; + font-family: Oswald, Arial, sans-serif; margin-top: 2rem; font-weight: normal; } h1, h2 { @@ -92,12 +92,12 @@ &__title { display: flex; justify-content: center; align-items: center; font-size: 2.5rem; - font-family: Oswald; - font-variation-settings: "wght" 800; + font-family: Oswald, Arial, sans-serif; + font-variation-settings: "wght" 700; text-transform: uppercase; text-align: center; line-height: 1.2; a { @@ -344,15 +344,18 @@ padding: 0; border: none; } } +code { + font-family: FiraCode, monospace; +} + :not(pre) > code { background: $inline-code-background; padding: .2rem .25rem; border-radius: .25rem; border: .15rem solid $code-border; - font-family: FiraCode; overflow-x: auto; } table { width: 100%;