Skip to content

Commit

Permalink
style: Add a new font
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrusMaximus0 committed Dec 18, 2024
1 parent 1fee57e commit de3085f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/icon.svg" />
<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=Walter+Turncoat&display=swap" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Shopping Cart</title>
</head>
Expand Down
8 changes: 7 additions & 1 deletion src/App.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,10 @@ input[type=number] {

input:invalid, input[value=""]{
border: 1px solid red;
}
}

.walter-turncoat-regular {
font-family: "Walter Turncoat", serif;
font-weight: 400;
font-style: normal;
}

0 comments on commit de3085f

Please sign in to comment.