From 381c7e498e230391c98b9f23c90888dfb3057552 Mon Sep 17 00:00:00 2001 From: Gustavo Luigi <=> Date: Tue, 31 Oct 2023 02:37:12 -0300 Subject: [PATCH] add new font family --- content/master.blade.php | 27 +++++++++++++++++++++++---- variables.json | 1 + 2 files changed, 24 insertions(+), 4 deletions(-) diff --git a/content/master.blade.php b/content/master.blade.php index d646f7a..a3edad9 100644 --- a/content/master.blade.php +++ b/content/master.blade.php @@ -14,6 +14,12 @@ + @if($_schriftart == "Montserrat") + + + + @endif + @include('template.'.config('settings.template').'.content.includes.css') @yield('head') @@ -54,16 +60,29 @@