Skip to content

Commit

Permalink
Added font
Browse files Browse the repository at this point in the history
  • Loading branch information
moalhaddar committed Sep 26, 2024
1 parent c40f98d commit a8e4643
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,15 @@
window.requestAnimationFrame(render);
}
</script>
<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=Almarai:wght@300;400;700;800&display=swap" rel="stylesheet">
<style>
body {
font-family: "Almarai", sans-serif;
font-weight: 700;
font-style: normal;
}
#github {
position: absolute;
color: black;
Expand All @@ -216,14 +224,15 @@
background-color: rgb(181, 181, 181);
padding: 5px;
text-decoration: none;
border-top-right-radius: 10px;
}
</style>
</head>

<body style="margin: 0; overflow: hidden;">
<a id="github" href="https://github.com/moalhaddar/unit-circle" target="_blank">
<img src="https://github.com/favicon.ico" alt="GitHub logo" width="25">
Github Repository
Github Repository.
</a>
<canvas id="canvas"></canvas>
</body>
Expand Down

0 comments on commit a8e4643

Please sign in to comment.