Skip to content

Commit

Permalink
fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
migwynkriid committed Dec 1, 2024
1 parent 7617309 commit deab84c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<link rel="stylesheet" href="styles.css">
<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=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Roboto:wght@400;500&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400&display=swap" rel="stylesheet">
<script src="scripts.js" defer></script>
</head>
<body>
Expand Down
4 changes: 2 additions & 2 deletions styles.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
* {
font-family: 'Roboto', sans-serif;
font-family: 'Noto Sans', sans-serif;
font-weight: 400;
}

Expand Down Expand Up @@ -567,7 +567,7 @@ button:disabled {

.alert.success strong {
font-family: 'Noto Sans', sans-serif;
font-weight: 900;
font-weight: 400;
}

/* Mapping section styles */
Expand Down

0 comments on commit deab84c

Please sign in to comment.