From 7b4c61f90f78f988a5f0b6b51bfe01a8fd0f16f3 Mon Sep 17 00:00:00 2001 From: Kogepan25629 Date: Sat, 2 Mar 2024 15:55:08 +0900 Subject: [PATCH] [front] Import Oswald font in reset.scss close #5 --- next_app/src/features/header/Header.module.scss | 1 - next_app/src/styles/reset.scss | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/next_app/src/features/header/Header.module.scss b/next_app/src/features/header/Header.module.scss index b687754..b1c5ba5 100644 --- a/next_app/src/features/header/Header.module.scss +++ b/next_app/src/features/header/Header.module.scss @@ -1,4 +1,3 @@ -@import url('https://fonts.googleapis.com/css?family=Oswald:700'); @import 'styles/variables'; $header_height: 50px; diff --git a/next_app/src/styles/reset.scss b/next_app/src/styles/reset.scss index bc49767..95fcf69 100644 --- a/next_app/src/styles/reset.scss +++ b/next_app/src/styles/reset.scss @@ -1,4 +1,5 @@ @import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap'); +@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@700&display=swap'); * { margin: 0;