Skip to content

Commit

Permalink
refactor: promote fonts to their own file
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinperaza committed Dec 9, 2022
1 parent 5551573 commit 301c18e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 3 additions & 0 deletions src/css/fonts.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
@import url("https://fonts.googleapis.com/css2?family=Source+Code+Pro:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap");
5 changes: 1 addition & 4 deletions src/css/overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,4 @@
@use "global";
@use "sidebar";
@use "tabs";

@import url("https://fonts.googleapis.com/css2?family=Source+Code+Pro:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap");
@use "fonts";

0 comments on commit 301c18e

Please sign in to comment.