From: Daniel Karbach Date: Tue, 1 Aug 2023 12:39:23 +0000 (+0200) Subject: remove google font X-Git-Url: https://git.localhorst.tv/?a=commitdiff_plain;h=7f559e51e1ce1cc61280e0e548bb59a53b86f151;hp=df85042df90aee0b09eb11a3cd5bbc98169cb765;p=alttp.git remove google font --- diff --git a/resources/sass/_variables.scss b/resources/sass/_variables.scss index 62d7e8f..f546d4f 100644 --- a/resources/sass/_variables.scss +++ b/resources/sass/_variables.scss @@ -2,7 +2,6 @@ $body-bg: #f8fafc; // Typography -$font-family-sans-serif: 'Nunito', sans-serif; $font-size-base: 0.9rem; $line-height-base: 1.6; diff --git a/resources/sass/app.scss b/resources/sass/app.scss index ef9ea24..4d0fdaf 100644 --- a/resources/sass/app.scss +++ b/resources/sass/app.scss @@ -1,6 +1,3 @@ -// Fonts -@import url('https://fonts.googleapis.com/css?family=Nunito'); - // Variables @import 'variables';