Welcome to mirror list, hosted at ThFree Co, Russian Federation.

google-fonts.html « partials « layouts - github.com/zerostaticthemes/hugo-serif-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 410a0f6735f1ada0184b76c5b83c407082bee7b7 (plain)
1
2
3
4
5
{{ with .Site.Params.fonts }}
  <link rel="preconnect" href="https://fonts.googleapis.com">
  <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  <link href="{{ .google_fonts }}" rel="stylesheet">
{{ end }}