Compare commits

..

No commits in common. "c0ad2af1bcf670471108e703aebb326be80044b3" and "cbfa6857480b62f69871d479b0ce58f2f4191386" have entirely different histories.

2 changed files with 3 additions and 2 deletions

3
.gitignore vendored
View File

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

View File

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