Merge pull request #62 from barrettruth/feat/font

fix(style): not apercu
This commit is contained in:
Barrett Ruth 2026-01-30 16:24:22 -05:00 committed by GitHub
commit c6602c572d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -148,7 +148,7 @@ code,
pre code,
.astro-code,
code[class*="language-"] {
font-family: "Apercu Mono", monospace !important;
font-family: "Berkeley Mono", monospace !important;
}
@media (prefers-color-scheme: dark) {