Compare commits
2 Commits
cbfa685748
...
c0ad2af1bc
Author | SHA1 | Date |
---|---|---|
Amolith | c0ad2af1bc | |
Amolith | 5733bb7f03 |
|
@ -9,5 +9,4 @@ hugo.darwin
|
|||
hugo.linux
|
||||
|
||||
# Proprietary fonts
|
||||
static/assets/fonts/heliotrope
|
||||
static/assets/fonts/berkeley
|
||||
static/assets/fonts
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue