From 283bcbef61f673a0c73ce50198bbf1518be82051 Mon Sep 17 00:00:00 2001 From: Korbs Date: Fri, 21 Jun 2024 21:33:43 -0400 Subject: [PATCH] Move content from underneath header and add Roboto Flex font --- src/layouts/Default.astro | 5 ++++- src/styles/index.scss | 8 ++++++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/src/layouts/Default.astro b/src/layouts/Default.astro index e06333b..f740214 100644 --- a/src/layouts/Default.astro +++ b/src/layouts/Default.astro @@ -13,11 +13,14 @@ import Footer from '@components/global/Footer.astro' // Styles import '@styles/index.scss' import '@shoelace-style/shoelace/dist/themes/dark.css'; +import '@fontsource-variable/roboto-flex'; ---
- +
+ +