Skip to content

Commit

Permalink
feat(web): swapped out font
Browse files Browse the repository at this point in the history
  • Loading branch information
elijah-potter committed Oct 26, 2024
1 parent ec345e7 commit 41fb7fd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
7 changes: 1 addition & 6 deletions packages/web/src/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,7 @@

* {
user-select: none;
font-family: Outfit;
}

@font-face {
font-family: Outfit;
src: url('/fonts/outfit.ttf');
font-family: Atkinson Hyperlegible;
}

.underlinespecial {
Expand Down
4 changes: 4 additions & 0 deletions packages/web/src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
import { DarkMode } from 'flowbite-svelte';
</script>

<link
href="https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:ital,wght@0,400;0,700;1,400;1,700&display=swap"
rel="stylesheet"
/>
<div class="h-16" />
<div class="absolute top-8 right-8"><DarkMode /></div>

Expand Down
Binary file removed packages/web/static/fonts/outfit.ttf
Binary file not shown.

0 comments on commit 41fb7fd

Please sign in to comment.