Skip to content

Commit

Permalink
[front] Import Oswald font in reset.scss
Browse files Browse the repository at this point in the history
close #5
  • Loading branch information
Kogepan229 committed Mar 2, 2024
1 parent 9151549 commit 7b4c61f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion next_app/src/features/header/Header.module.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@import url('https://fonts.googleapis.com/css?family=Oswald:700');
@import 'styles/variables';
$header_height: 50px;

Expand Down
1 change: 1 addition & 0 deletions next_app/src/styles/reset.scss
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit 7b4c61f

Please sign in to comment.