Skip to content

Commit

Permalink
deploy: f2625dc
Browse files Browse the repository at this point in the history
  • Loading branch information
madjin committed Feb 3, 2024
1 parent c5cb47a commit 85de9fa
Show file tree
Hide file tree
Showing 16 changed files with 17 additions and 17 deletions.
Binary file not shown.
Binary file added assets/TT Squares Condensed Black-221a58ab.otf
Binary file not shown.
Binary file not shown.
Binary file added assets/TT Squares Condensed Bold-7edd675d.otf
Binary file not shown.
Binary file not shown.
Binary file added assets/TT Squares Condensed Light-cc406c21.otf
Binary file not shown.
Binary file not shown.
Binary file added assets/TT Squares Condensed Regular-9a6ac9aa.otf
Binary file not shown.
Binary file not shown.
Binary file added assets/TT Squares Condensed Thin-1f34237c.otf
Binary file not shown.
2 changes: 1 addition & 1 deletion assets/howler-b02193e5.js → assets/howler-9ba4aca9.js

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

1 change: 0 additions & 1 deletion assets/index-32c23222.css

This file was deleted.

1 change: 1 addition & 0 deletions assets/index-6f33b33f.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions assets/index-0f03996f.js → assets/index-83fac15e.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<meta name="HandheldFriendly" content="true" />
<title>Character Studio</title>

<script type="module" crossorigin src="/CharacterStudio/assets/index-0f03996f.js"></script>
<link rel="stylesheet" href="/CharacterStudio/assets/index-32c23222.css">
<script type="module" crossorigin src="/CharacterStudio/assets/index-83fac15e.js"></script>
<link rel="stylesheet" href="/CharacterStudio/assets/index-6f33b33f.css">
</head>
<body>
<canvas id="editor-scene" style="position: fixed; top: 0; left: 0;" width="100%" height="100%"></canvas>
Expand Down
22 changes: 11 additions & 11 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,43 +1,43 @@
/* New UI: TT Squares Condensed Font */
@font-face {
font-family: "TTSC-Black-Italic";
src: url("/fonts/tt-squares/TT Squares Condensed Black Italic.otf");
src: url("./fonts/tt-squares/TT Squares Condensed Black Italic.otf");
}
@font-face {
font-family: "TTSC-Black";
src: url("/fonts/tt-squares/TT Squares Condensed Black.otf");
src: url("./fonts/tt-squares/TT Squares Condensed Black.otf");
}
@font-face {
font-family: "TTSC-Bold-Italic";
src: url("/fonts/tt-squares/TT Squares Condensed Bold Italic.otf");
src: url("./fonts/tt-squares/TT Squares Condensed Bold Italic.otf");
}
@font-face {
font-family: "TTSC-Bold";
src: url("/fonts/tt-squares/TT Squares Condensed Bold.otf");
src: url("./fonts/tt-squares/TT Squares Condensed Bold.otf");
}
@font-face {
font-family: "TTSC-Light-Italic";
src: url("/fonts/tt-squares/TT Squares Condensed Light Italic.otf");
src: url("./fonts/tt-squares/TT Squares Condensed Light Italic.otf");
}
@font-face {
font-family: "TTSC-Light";
src: url("/fonts/tt-squares/TT Squares Condensed Light.otf");
src: url("./fonts/tt-squares/TT Squares Condensed Light.otf");
}
@font-face {
font-family: "TTSC-Regular-Italic";
src: url("/fonts/tt-squares/TT Squares Condensed Regular Italic.otf");
src: url("./fonts/tt-squares/TT Squares Condensed Regular Italic.otf");
}
@font-face {
font-family: "TTSC-Regular";
src: url("/fonts/tt-squares/TT Squares Condensed Regular.otf");
src: url("./fonts/tt-squares/TT Squares Condensed Regular.otf");
}
@font-face {
font-family: "TTSC-Thin-Italic";
src: url("/fonts/tt-squares/TT Squares Condensed Thin italic.otf");
src: url("./fonts/tt-squares/TT Squares Condensed Thin italic.otf");
}
@font-face {
font-family: "TTSC-Thin";
src: url("/fonts/tt-squares/TT Squares Condensed Thin.otf");
src: url("./fonts/tt-squares/TT Squares Condensed Thin.otf");
}

html,
Expand Down Expand Up @@ -154,4 +154,4 @@ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#009564",endCo

@keyframes rotate{
to{ transform: rotate(360deg); }
}
}

0 comments on commit 85de9fa

Please sign in to comment.