mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-06 08:43:40 +00:00
Update fonts
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
@@ -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 }}
|
||||
|
@@ -32,5 +32,5 @@ function toggleTheme() {
|
||||
}
|
||||
}
|
||||
|
||||
var savedTheme = localStorage.getItem("theme-storage") || "dark";
|
||||
var savedTheme = localStorage.getItem("theme-storage") || "light";
|
||||
setTheme(savedTheme);
|
||||
|
Reference in New Issue
Block a user