Compare commits
2 Commits
cbfa685748
...
c0ad2af1bc
Author | SHA1 | Date |
---|---|---|
Amolith | c0ad2af1bc | |
Amolith | 5733bb7f03 |
|
@ -9,5 +9,4 @@ hugo.darwin
|
||||||
hugo.linux
|
hugo.linux
|
||||||
|
|
||||||
# Proprietary fonts
|
# Proprietary fonts
|
||||||
static/assets/fonts/heliotrope
|
static/assets/fonts
|
||||||
static/assets/fonts/berkeley
|
|
||||||
|
|
|
@ -83,7 +83,7 @@ pre {
|
||||||
}
|
}
|
||||||
code, pre {
|
code, pre {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
font-family: Consolas, Menlo, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
|
font-family: "Berkeley Mono";
|
||||||
color: $dark;
|
color: $dark;
|
||||||
}
|
}
|
||||||
input {
|
input {
|
||||||
|
|
Loading…
Reference in New Issue