Just add font here
This commit is contained in:
@ -1,5 +1,8 @@
|
||||
<head>
|
||||
<title>{{ if .Title }}{{ .Title }} | {{ end }}A Wildness of the Heart by Madison Scott-Clary</title>
|
||||
<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=Gentium+Plus:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet">
|
||||
<link rel="stylesheet" type="text/css" href="/css/main.css" />
|
||||
{{ range .Site.Params.customCSS }}
|
||||
<link rel="stylesheet" type="text/css" href="{{ . | relURL }}" />
|
||||
|
||||
Submodule themes/maddybook updated: e4f7866d77...d67599865d
Reference in New Issue
Block a user