Update fonts

This commit is contained in:
Dave Gallant
2023-05-07 19:32:21 -04:00
parent b92e4c9d99
commit 3bbbbc896b
59 changed files with 447 additions and 168 deletions

View File

@@ -9,7 +9,7 @@
html {
color: #232333;
font-family: 'Roboto Mono', monospace;
font-size: 15px;
font-size: 18px;
line-height: 1.6em;
}
body{
@@ -27,7 +27,7 @@ body{
}
p {
font-family: 'Fira Sans', sans-serif;
font-family: 'Roboto Light', sans-serif;
line-height: 1.5;
}

View File

@@ -6,8 +6,7 @@
{{- end -}}
</div>
<div class="footer-info">
{{ dateFormat "2006" now }} {{ with .Site.Copyright }} {{ . }} | {{ end }} Theme based on <a
href="https://github.com/athul/archie">Archie</a> | Built with <a href="https://gohugo.io">Hugo</a>
{{ dateFormat "2006" now }} {{ with .Site.Copyright }} {{ . }} {{ end }}
</div>
</footer>
{{ if not .Site.IsServer }}

View File

@@ -32,5 +32,5 @@ function toggleTheme() {
}
}
var savedTheme = localStorage.getItem("theme-storage") || "dark";
var savedTheme = localStorage.getItem("theme-storage") || "light";
setTheme(savedTheme);