]> git.localhorst.tv Git - alttp.git/commitdiff
remove google font
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Tue, 1 Aug 2023 12:39:23 +0000 (14:39 +0200)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Tue, 1 Aug 2023 12:39:23 +0000 (14:39 +0200)
resources/sass/_variables.scss
resources/sass/app.scss

index 62d7e8f9d1b595643dfd7f1fad7ff5b8148e0be3..f546d4f0dbb496eb67b392707c3b61a0a46e6ef0 100644 (file)
@@ -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;
 
index ef9ea24ae1fcdd49952b8b51ab933eb897169edf..4d0fdafc4f8b333bcf3526392f81630b334e4a66 100644 (file)
@@ -1,6 +1,3 @@
-// Fonts
-@import url('https://fonts.googleapis.com/css?family=Nunito');
-
 // Variables
 @import 'variables';