From 2d5392102395fd70787a33634e6cd88e321ecb3d Mon Sep 17 00:00:00 2001 From: DarkCat09 Date: Thu, 9 Feb 2023 16:25:15 +0400 Subject: [PATCH] Moving from Google Fonts to Brick.im --- space/index.handlebars | 5 +++-- space/styles.less | 2 -- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/space/index.handlebars b/space/index.handlebars index 3f984c5..424f777 100644 --- a/space/index.handlebars +++ b/space/index.handlebars @@ -5,12 +5,13 @@ DarkCat09's Web Site - + + - + diff --git a/space/styles.less b/space/styles.less index ec992f0..6853dc6 100644 --- a/space/styles.less +++ b/space/styles.less @@ -1,5 +1,3 @@ -@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap'); - @spacebg: #000015; @menubg: rgba(0,0,0,0.65); @menuhl: lighten(@menubg, 14%);