Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
SprintingSnail69 authored Oct 30, 2024
1 parent c4b1350 commit dcd8ac8
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
Binary file added fonts/Inter.ttf
Binary file not shown.
14 changes: 13 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1 +1,13 @@

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SprintingSnail69</title>
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
</head>
<body>
<h1>SprintingSnail69</h1>
</body>
</html>
9 changes: 9 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
head {
margin: 0;
font-family: Inter;
}

@font-face {
font-family: Inter;
src: url(fonts/Inter.ttf);
}

0 comments on commit dcd8ac8

Please sign in to comment.