Skip to content

Commit

Permalink
fix vox font loading issue - attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
rorywhite200 committed Jan 21, 2024
1 parent 25f2b55 commit dc8810c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 9 deletions.
1 change: 1 addition & 0 deletions docs/assets/index-8AhKo108.css

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

1 change: 0 additions & 1 deletion docs/assets/index-A6sV4zcx.css

This file was deleted.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="https://use.typekit.net/nrk3mgd.css">

<script type="module" crossorigin src="/antibiotic-aware-viz/assets/index-SIgYcnQv.js"></script>
<link rel="stylesheet" crossorigin href="/antibiotic-aware-viz/assets/index-A6sV4zcx.css">
<script type="module" crossorigin src="/antibiotic-aware-viz/assets/index-fMOGbooM.js"></script>
<link rel="stylesheet" crossorigin href="/antibiotic-aware-viz/assets/index-8AhKo108.css">
</head>
<body>
<div id="app"></div>
Expand Down
2 changes: 0 additions & 2 deletions src/components/ControlPanel.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,6 @@
font-family: "vox", sans-serif;
font-weight: 400;
font-size: 1.8rem;
font-style: normal;
white-space: nowrap;
}
.badges-container {
Expand Down

0 comments on commit dc8810c

Please sign in to comment.