mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Fix font-family for code blocks in first edition
This commit is contained in:
committed by
GitHub
parent
d9f3558b34
commit
85d97bd362
@@ -150,7 +150,7 @@ abbr[title] {
|
|||||||
/* Code */
|
/* Code */
|
||||||
code,
|
code,
|
||||||
pre {
|
pre {
|
||||||
font-family: "Iosevka", monospace;
|
font-family: Menlo, Monaco, Consolas, monospace;
|
||||||
}
|
}
|
||||||
code {
|
code {
|
||||||
padding: .25em .5em;
|
padding: .25em .5em;
|
||||||
|
|||||||
Reference in New Issue
Block a user