Skip to content

Commit

Permalink
Merge pull request #63 from tillvit/development
Browse files Browse the repository at this point in the history
Fix font loading again
  • Loading branch information
tillvit authored Oct 13, 2023
2 parents 2282a97 + 98bb768 commit 62fad11
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion app/src/App.ts
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,6 @@ document.querySelector("body")!.innerHTML = `<div id="popups"></div>
WebFont.load({
custom: {
families: ["Assistant"],
urls: ["index.css"],
},
active: init,
inactive: init,
Expand Down
6 changes: 0 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@
name="description"
content="An open source tool to view and edit StepMania charts."
/>
<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=Assistant:wght@200;300;400;500;600;700;800&display=swap"
rel="stylesheet"
/>
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-9ZL269JG6H"
Expand Down

0 comments on commit 62fad11

Please sign in to comment.