10 lines
303 B
HTML
10 lines
303 B
HTML
<link rel="preload" href="/fonts/gk-variable.woff2" as="font" type="font/woff2" crossorigin />
|
|
<style>
|
|
@font-face {
|
|
font-family: 'Goalking';
|
|
src: url('/fonts/gk-variable.woff2') format('woff2-variations');
|
|
font-weight: 100 900;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
</style>
|