minor font fixes

This commit is contained in:
ch0ccyra1n 2022-09-10 16:03:29 -07:00
parent 05caa58505
commit 6dba674704
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
{{ if .PublishDate }}
{{ $dateTime := .PublishDate.Format "2006-01-02" }}
{{ $dateFormat := .Site.Params.dateFormat | default "Jan 2, 2006" }}
<time datetime="{{ $dateTime }}">{{ .PublishDate.Format $dateFormat }}</time>
<p><time datetime="{{ $dateTime }}">{{ .PublishDate.Format $dateFormat }}</time></p>
{{ end }}
{{ with .Params.tags }}
{{ range . }}

View file

@ -173,7 +173,7 @@ footer {
font-family: 'Remingtoned Type';
}
p, h4, h5 {
p, h4, h5, tr, td {
font-family: 'Liberation Sans';
}