Compare commits

...

2 Commits

Author SHA1 Message Date
Amolith c0ad2af1bc
ignore all fonts 2023-08-29 15:43:32 -04:00
Amolith 5733bb7f03
update monospace font to use 2023-08-29 15:22:38 -04:00
2 changed files with 2 additions and 3 deletions

3
.gitignore vendored
View File

@ -9,5 +9,4 @@ hugo.darwin
hugo.linux
# Proprietary fonts
static/assets/fonts/heliotrope
static/assets/fonts/berkeley
static/assets/fonts

View File

@ -83,7 +83,7 @@ pre {
}
code, pre {
font-size: 16px;
font-family: Consolas, Menlo, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
font-family: "Berkeley Mono";
color: $dark;
}
input {