8 lines
593 B
HTML
8 lines
593 B
HTML
|
|
{{- /* Head custom content area start */ -}}
|
||
|
|
{{- /* Insert any custom code (web-analytics, resources, etc.) - it will appear in the <head></head> section of every page. */ -}}
|
||
|
|
{{- /* Can be overwritten by partial with the same name in the global layouts. */ -}}
|
||
|
|
<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@400;600&family=Source+Serif+4:opsz,wght@8..60,500..700&display=swap" rel="stylesheet">
|
||
|
|
{{- /* Head custom content area end */ -}}
|