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: daec7c301edb9a4a156db8dc03cc7eb7e2d61edc (plain)
1
2
3
4
5
{{ with .Site.Params.fonts.google_fonts }}
  <link rel="preconnect" href="https://fonts.googleapis.com">
  <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  <link href="{{ . }}" rel="stylesheet">
{{ end }}