Compare commits
2 Commits
31c9f43114
...
ee2aff46a1
| Author | SHA1 | Date | |
|---|---|---|---|
|
ee2aff46a1
|
|||
|
8398bc9b14
|
@@ -1,11 +1,3 @@
|
|||||||
@font-face {
|
|
||||||
font-family: 'crosses';
|
|
||||||
font-style: normal;
|
|
||||||
font-weight: 400;
|
|
||||||
font-display: swap;
|
|
||||||
src: url(/fonts/crosses.woff2) format('woff2'),
|
|
||||||
url(/fonts/crosses.ttf) format('truetype');
|
|
||||||
}
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'LibertineMinimal';
|
font-family: 'LibertineMinimal';
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
|
|||||||
@@ -10,6 +10,9 @@ function isActive(path) {
|
|||||||
return currentPath.startsWith(path);
|
return currentPath.startsWith(path);
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
<svelte:head>
|
||||||
|
<link rel="preload" href="/fonts/crosses.woff2" as="font" type="font/woff2" crossorigin>
|
||||||
|
</svelte:head>
|
||||||
<Header>
|
<Header>
|
||||||
{#snippet links()}
|
{#snippet links()}
|
||||||
<ul class=site_header>
|
<ul class=site_header>
|
||||||
|
|||||||
Reference in New Issue
Block a user