mirror of
https://github.com/massbug/judge4c.git
synced 2025-05-18 15:26:33 +00:00
feat(styles): update global styles to use Fira Code font for better code readability
This commit is contained in:
parent
1142cb950f
commit
eed3a9d9ef
@ -79,6 +79,15 @@
|
|||||||
max-width: 980px;
|
max-width: 980px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
padding: 45px;
|
padding: 45px;
|
||||||
|
font-family: "Fira Code";
|
||||||
|
font-weight: 500;
|
||||||
|
font-size: 14px;
|
||||||
|
line-height: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.markdown-body pre,
|
||||||
|
.markdown-body code {
|
||||||
|
font-family: "Fira Code" !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 768px) {
|
@media (max-width: 768px) {
|
||||||
|
Loading…
Reference in New Issue
Block a user