Skip to content

Commit

Permalink
chore: add font weights
Browse files Browse the repository at this point in the history
  • Loading branch information
karolstawowski committed Sep 14, 2023
1 parent 0bd9dc0 commit 2db862c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ✨ Portfolio
# ✨ Portfolio

## [Live website](https://karolstawowski.github.io/portfolio/)

Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap"
href="https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700&display=swap"
rel="stylesheet"
/>
</head>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview",
"test": "vitest",
"lint": "eslint --ext .tsx --ext .ts .",
"prettier": "prettier --write ."
"format": "prettier --write ."
},
"dependencies": {
"react": "^18.2.0",
Expand Down

0 comments on commit 2db862c

Please sign in to comment.