diff --git a/src/components/layout/Landing.astro b/src/components/layout/Landing.astro index 486590a..0feb567 100644 --- a/src/components/layout/Landing.astro +++ b/src/components/layout/Landing.astro @@ -1,4 +1,12 @@ --- +import '@/styles/global.css' +import '@fontsource-variable/roboto' +import '@fontsource/orbitron/900.css' +import '@fortawesome/fontawesome-free/css/fontawesome.min.css' +import '@fortawesome/fontawesome-free/css/solid.min.css' +import '@fortawesome/fontawesome-free/css/brands.min.css' +import Footer from '@/components/layout/parts/Footer.astro' + export interface Props { title?: string description?: string @@ -37,5 +45,6 @@ const seoImage =