11 lines
289 B
HTML
11 lines
289 B
HTML
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
|
<link
|
|
href="https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap"
|
|
rel="stylesheet"
|
|
/>
|
|
|
|
<script>
|
|
window.global = window
|
|
</script>
|