Skip to content

Commit

Permalink
updated font
Browse files Browse the repository at this point in the history
  • Loading branch information
cskonopka committed Dec 16, 2024
1 parent 455dcba commit 0b15bf2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file removed fonts/blood_scene.otf
Binary file not shown.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<style>
@font-face {
font-family: "BloodyScene";
src: url("bloody_scene.ttf") format("truetype");
src: url("./fonts/bloody_scene.ttf") format("truetype");
font-weight: normal;
font-style: normal;
}
Expand All @@ -25,7 +25,7 @@
html, body {
margin: 0;
padding: 0;
font-family: Arial, sans-serif;
font-family: "BloodyScene", sans-serif;
background-color: white; /* Black background */
min-height: 100vh;
display: flex;
Expand Down

0 comments on commit 0b15bf2

Please sign in to comment.