Skip to content

Commit

Permalink
fix: typo in font
Browse files Browse the repository at this point in the history
  • Loading branch information
sondregronas authored Sep 30, 2024
1 parent bc5e4c2 commit 14a2dbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BookingSystem/templates/partials/css_student.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<link rel="prelad" as="font" type="font/woff2" crossorigin href="/static/fonts/fontawesome-webfont.woff2?v=4.7.0">
<link rel="preload" as="font" type="font/woff2" crossorigin href="/static/fonts/fontawesome-webfont.woff2?v=4.7.0">
<link rel="preload" as="style" href="/static/css/font-awesome.min.css" onload="this.rel='stylesheet'">
<link rel="stylesheet" href="/static/css/pico.classless.min.css">

Expand All @@ -20,4 +20,4 @@
.mirrored {
transform: scaleX(-1);
}
</style>
</style>

0 comments on commit 14a2dbc

Please sign in to comment.