From 78ea484a718611fc54881a30edd5b157948ebe86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolphe=20Br=C3=A9ard?= Date: Mon, 25 Sep 2023 19:30:46 +0200 Subject: [PATCH] Do not import fonts from Google https://github.com/thomaspark/bootswatch/pull/1087 --- src/assets/variables.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/assets/variables.scss b/src/assets/variables.scss index ab5ff1f..645b834 100644 --- a/src/assets/variables.scss +++ b/src/assets/variables.scss @@ -5,3 +5,4 @@ $container-max-widths: ( xl: 820px, xxl: 840px ); +$web-font-path: false;