Skip to content

Commit 948b20a

Browse files
committed
🔤 relative font path
1 parent 7b89d75 commit 948b20a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
}
5959
}
6060
</script>
61-
<link rel="preload" href="/ressources/fonts/LeagueGothic-CondensedItalic.woff2" as="font" type="font/woff2" crossorigin>
61+
<link rel="preload" href="ressources/fonts/LeagueGothic-CondensedItalic.woff2" as="font" type="font/woff2" crossorigin>
6262
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}" media="screen" type="text/css">
6363
<link rel="stylesheet" href="{{ '/assets/css/print.css' | relative_url }}" media="print" type="text/css">
6464
</head>

assets/css/style.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
font-family: 'League Gothic';
66
font-style: italic;
77
font-weight: normal;
8-
src: url('/ressources/fonts/LeagueGothic-CondensedItalic.woff2') format('woff2');
8+
src: url('../../ressources/fonts/LeagueGothic-CondensedItalic.woff2') format('woff2');
99
}
1010

1111
/* ========================================

0 commit comments

Comments
 (0)