Skip to content

Commit

Permalink
Update source path for Nordic Alternative font
Browse files Browse the repository at this point in the history
The source path for the "Nordic Alternative" font in the CSS style sheet has been changed from a local path to an absolute URL. This change ensures the font is always accessible, even when the local files are not available.
  • Loading branch information
MatejMa2ur committed May 8, 2024
1 parent 7be6294 commit 2188d8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion style/style.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@font-face {
font-family: "Nordic Alternative";
src: url("font/nordic/Nordic Alternative Regular.ttf") format("truetype");
src: url("https://matejmazur.net/font/nordic/Nordic Alternative Regular.ttf") format("truetype");
}

.nordic {
Expand Down

0 comments on commit 2188d8b

Please sign in to comment.