mirror of
https://github.com/hazemKrimi/personal-website.git
synced 2026-05-02 02:10:27 +00:00
Fix fonts
This commit is contained in:
@@ -54,21 +54,6 @@
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="{{ $favIcon16.Permalink }}">
|
||||
<link rel="icon" type="image/x-icon" href="{{ $favIcon.Permalink }}">
|
||||
|
||||
<link
|
||||
rel="preload"
|
||||
href="{{ $normalFont.Permalink }}"
|
||||
as="font"
|
||||
type="font/ttf"
|
||||
crossorigin
|
||||
/>
|
||||
<link
|
||||
rel="preload"
|
||||
href="{{ $italicFont.Permalink }}"
|
||||
as="font"
|
||||
type="font/ttf"
|
||||
crossorigin
|
||||
/>
|
||||
|
||||
<link rel="stylesheet" href="{{ $baseStyles.Permalink }}">
|
||||
<link rel="stylesheet" href="{{ $partialsStyles.Permalink }}">
|
||||
{{ block "styles" . }}{{ end }}
|
||||
|
||||
Reference in New Issue
Block a user