Skip to content

Commit

Permalink
Deploying to gh-pages from @ e017b03 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
stolsky committed Nov 21, 2023
1 parent 33f1b83 commit 48302cb
Show file tree
Hide file tree
Showing 9 changed files with 83 additions and 0 deletions.
14 changes: 14 additions & 0 deletions assets/icomoon-50ecc3d1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/index-4594267c.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions assets/index-4e83099b.js

Large diffs are not rendered by default.

Binary file added icomoon/fonts/icomoon.eot
Binary file not shown.
14 changes: 14 additions & 0 deletions icomoon/fonts/icomoon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icomoon/fonts/icomoon.ttf
Binary file not shown.
Binary file added icomoon/fonts/icomoon.woff
Binary file not shown.
39 changes: 39 additions & 0 deletions icomoon/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
@font-face {
font-family: 'icomoon';
src: url('fonts/icomoon.eot?8vuo29');
src: url('fonts/icomoon.eot?8vuo29#iefix') format('embedded-opentype'),
url('fonts/icomoon.ttf?8vuo29') format('truetype'),
url('fonts/icomoon.woff?8vuo29') format('woff'),
url('fonts/icomoon.svg?8vuo29#icomoon') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'icomoon' !important;
speak: never;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;

/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.icon-play3:before {
content: "\ea1c";
}
.icon-pause2:before {
content: "\ea1d";
}
.icon-backward2:before {
content: "\ea1f";
}
.icon-forward3:before {
content: "\ea20";
}
14 changes: 14 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<!-- <link rel="icon" type="image/svg+xml" href="/" /> -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title></title>
<script type="module" crossorigin src="/assets/index-4e83099b.js"></script>
<link rel="stylesheet" href="/assets/index-4594267c.css">
</head>
<body>

</body>
</html>

0 comments on commit 48302cb

Please sign in to comment.