Skip to content

Commit

Permalink
Merge pull request #1 from popdxo/popd-experimental
Browse files Browse the repository at this point in the history
REAL Font Fix
  • Loading branch information
popdxo authored May 9, 2024
2 parents 1fbc0b2 + f6395d3 commit da1a502
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
5 changes: 0 additions & 5 deletions index.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
@font-face {
font-family: "Comfortaa";
src: url("fonts/Comfortaa-VariableFont_wght.ttf/");
}

body {
background-color: rgb(27, 27, 27);
}
Expand Down
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<link rel="stylesheet" href="index.css">
<link rel="icon" type="image/x-icon" href="images/popd.png">
<link href='https://fonts.googleapis.com/css?family=Comfortaa' rel='stylesheet'>
<title>popd</title>
</head>

Expand All @@ -25,4 +26,4 @@ <h1>popd</h1>
</div>
</div>
</body>
</html>
</html>

0 comments on commit da1a502

Please sign in to comment.