public-web/layouts/partials/styles.html

8 lines
469 B
HTML
Raw Normal View History

2022-10-20 23:26:03 +02:00
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
2022-10-21 12:10:29 +02:00
<link href="https://fonts.googleapis.com/css2?family=Spline+Sans:ital,wght@0,400;0,500;0,700;1,400;1,700&display=swap" rel="stylesheet" />
2022-10-20 23:26:03 +02:00
<link href="https://cdn.jsdelivr.net/npm/remixicon@2.5.0/fonts/remixicon.css" rel="stylesheet" />
2022-10-20 19:51:21 +02:00
{{ $style := resources.Get "style.css" }}
<link rel="stylesheet" href="{{ $style.Permalink }}" />