Skip to content

Commit

Permalink
style: fix fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
rndquu committed Oct 14, 2024
1 parent affddbb commit 7ca3aa9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion build/esbuild-build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ const cssFiles: string[] = [
"static/styles/rewards/ubiquity-dollar.css",
"static/styles/rewards/media-queries.css",
"static/styles/rewards/light-mode.css",
"static/styles/proxima.css",
];

// Output bundles file
Expand Down
1 change: 1 addition & 0 deletions static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ <h2>Disclaimer</h2>
</footer>
</main>
<ul class="notifications"></ul>
<link href="styles/proxima.css" rel="stylesheet" />
<script src="out/rewards.js" type="application/javascript"></script>
</body>
</html>

0 comments on commit 7ca3aa9

Please sign in to comment.