Change monospace font to Berkeley Mono
This commit is contained in:
parent
c25100692b
commit
85b89a936f
File diff suppressed because one or more lines are too long
|
@ -1,4 +1,5 @@
|
|||
@import "normalize.scss";
|
||||
@import "fonts.scss";
|
||||
@import "syntax-highlighting.scss";
|
||||
|
||||
$light-accent-color: #0638d0;
|
||||
|
@ -62,7 +63,7 @@ $dark-accent-color: #f9c72f;
|
|||
// Fonts
|
||||
--ui-font: Avenir, Lucida Grande, Arial, sans-serif;
|
||||
--content-font: Charter, Georgia, serif;
|
||||
--monospace-font: SF Mono, monospace;
|
||||
--monospace-font: Berkeley Mono, SF Mono, monospace;
|
||||
}
|
||||
.theme-light {
|
||||
--accent-color: var(--light-accent-color);
|
||||
|
@ -293,12 +294,12 @@ article {
|
|||
a {
|
||||
text-decoration: none;
|
||||
&::before { content: "["; }
|
||||
&::after { content: "](" attr(data-link) ")"; word-wrap: break-word; }
|
||||
&::after { content: "](" attr(data-link) ")"; }
|
||||
&::before, &::after {
|
||||
color: var(--secondary-ui-text-color);
|
||||
font-family: var(--monospace-font);
|
||||
font-size: 0.75em;
|
||||
word-break: break-all;
|
||||
word-break: break-word;
|
||||
}
|
||||
}
|
||||
a[data-no-link-decoration] {
|
||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue