Skip to content

Commit

Permalink
Use system-bundled 💿 for now :\(
Browse files Browse the repository at this point in the history
  • Loading branch information
newbthenewbd committed Jun 25, 2024
1 parent cab10f9 commit 6a5c8c6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 95 deletions.
Binary file removed fonts/Noto_Color_Emoji/NotoColorEmoji-Regular.ttf
Binary file not shown.
93 changes: 0 additions & 93 deletions fonts/Noto_Color_Emoji/OFL.txt

This file was deleted.

3 changes: 1 addition & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
<link rel="icon" type="image/png" href="./favicon.png">
<link rel="preload" href="./fonts/Open_Sans/OpenSans-Regular.ttf" as="font" type="font/ttf" crossorigin>
<link rel="preload" href="./fonts/Schoolbell/Schoolbell-Regular.ttf" as="font" type="font/ttf" crossorigin>
<link rel="preload" href="./fonts/Noto_Color_Emoji/NotoColorEmoji-Regular.ttf" as="font" type="font/ttf" crossorigin>
<style>
html, body {
width: 100%;
Expand All @@ -33,7 +32,7 @@
height: 100vh;
text-align: center;
vertical-align: middle;
font: 5vmin "Noto Color Emoji", "Open Sans", sans-serif;
font: 5vmin "Open Sans", sans-serif;
}
#canvas {
display: block;
Expand Down

0 comments on commit 6a5c8c6

Please sign in to comment.