Skip to content

Commit

Permalink
It broke prod, rolling back
Browse files Browse the repository at this point in the history
  • Loading branch information
otaviocv committed Dec 7, 2024
1 parent 2ead694 commit d55b336
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
font-weight: 400;
font-stretch: normal;
font-style: normal;
src: url('fonts/WOFF2/IosevkaTerm-Regular.woff2') format('woff2'), url('fonts/TTF/IosevkaTerm-Regular.ttf') format('truetype');
src: url('$fonts/WOFF2/IosevkaTerm-Regular.woff2') format('woff2'), url('$fonts/TTF/IosevkaTerm-Regular.ttf') format('truetype');
}
@font-face {
Expand All @@ -81,7 +81,7 @@
font-weight: 700;
font-stretch: normal;
font-style: normal;
src: url('fonts/WOFF2/IosevkaTerm-Bold.woff2') format('woff2'), url('fonts/TTF/IosevkaTerm-Bold.ttf') format('truetype');
src: url('$fonts/WOFF2/IosevkaTerm-Bold.woff2') format('woff2'), url('$fonts/TTF/IosevkaTerm-Bold.ttf') format('truetype');
}
a:link, a:visited, a:hover, a:active {
Expand Down

0 comments on commit d55b336

Please sign in to comment.