Compare commits
No commits in common. "c0ad2af1bcf670471108e703aebb326be80044b3" and "cbfa6857480b62f69871d479b0ce58f2f4191386" have entirely different histories.
c0ad2af1bc
...
cbfa685748
|
@ -9,4 +9,5 @@ hugo.darwin
|
||||||
hugo.linux
|
hugo.linux
|
||||||
|
|
||||||
# Proprietary fonts
|
# Proprietary fonts
|
||||||
static/assets/fonts
|
static/assets/fonts/heliotrope
|
||||||
|
static/assets/fonts/berkeley
|
||||||
|
|
|
@ -83,7 +83,7 @@ pre {
|
||||||
}
|
}
|
||||||
code, pre {
|
code, pre {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
font-family: "Berkeley Mono";
|
font-family: Consolas, Menlo, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
|
||||||
color: $dark;
|
color: $dark;
|
||||||
}
|
}
|
||||||
input {
|
input {
|
||||||
|
|
Loading…
Reference in New Issue