Verified Commit 4a0d7e9f authored by Jakob Moser's avatar Jakob Moser
Browse files

Move monospace font into typography as well

parent f08b294d
Loading
Loading
Loading
Loading
+6 −7
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
 * Author: personads :: Maximilian Müller-Eberstein (ursprüngliche Version und Design); Jakob Moser
 * Author URI: https://personads.me/
 *
 * Version: 2.6.0
 * Version: 2.6.1
 * Requires PHP: 8.0
 *
 * License: GNU General Public License v3.0
@@ -84,11 +84,10 @@ body > aside.levitating {
    height: max-content;
}

/* -- Header (containing the menu), footer (containing copyright info), potential sidebars -- */
/* -- Header (containing the menu), footer (containing copyright info) */
body > header,
body > footer,
body > aside h1 {
    font-family: "Inconsolata", monospace;
body > footer {
    font-family: var(--monospace);
}

body > header {
@@ -367,7 +366,7 @@ article > header h3 a,
    border-width: 0 0 0 2px;
    box-shadow: 0 0 3px var(--shadow-color);
    text-align: left;
    font-family: "Inconsolata", monospace;
    font-family: var(--monospace);
    font-weight: normal;
    color: #fff;
    margin-bottom: -2.5em;
@@ -446,7 +445,7 @@ main.landing > header {
    background-color: rgba(0, 0, 0, 0.2);
    background-blend-mode: overlay;

    font-family: "Inconsolata", monospace;
    font-family: var(--monospace);
    color: #fff;
    padding-left: 2em;

+2 −0
Original line number Diff line number Diff line
@@ -9,6 +9,7 @@ body {
    --background-color: #ffffff;
    --shadow-color: #424242;
    --sans-serif: "Nunito", sans-serif;
    --monospace: "Inconsolata", monospace;

    /* Font and appearance */
    font-family: var(--sans-serif);
@@ -48,6 +49,7 @@ a img {
h1 {
    font-size: 1.75em;
    font-weight: normal;
    font-family: var(--monospace);
}

h3 {