Verified Commit 16dc22b1 authored by Jakob Moser's avatar Jakob Moser
Browse files

Inline variables

Apparently WeasyPrint doesn't like var() in an @page rule
parent 4722528f
Loading
Loading
Loading
Loading
+1 −1
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.3
 * Version: 2.6.4
 * Requires PHP: 8.0
 *
 * License: GNU General Public License v3.0
+2 −2
Original line number Diff line number Diff line
@@ -189,7 +189,7 @@ blockquote cite {
@page {
    @bottom-center {
        content: "Seite " counter(page) " von " counter(pages);
        font-family: var(--sans-serif);
        font-size: 9pt;
        font-family: "Nunito", sans-serif;
        font-size: 12px;
    }
}