Default font
This commit is contained in:
parent
ba801995a8
commit
2458d2cc0c
1 changed files with 5 additions and 0 deletions
|
@ -6,6 +6,7 @@ main .content {
|
|||
|
||||
main .content p,
|
||||
main .content ul {
|
||||
font-family: Lora,'Palatino Linotype','Book Antiqua','New York','DejaVu serif',serif;
|
||||
text-align: justify;
|
||||
overflow-wrap: break-word;
|
||||
word-break: break-word;
|
||||
|
@ -24,6 +25,10 @@ main .content code, .codehilite {
|
|||
main {
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
main .content {
|
||||
padding: 2em 0;
|
||||
}
|
||||
}
|
||||
|
||||
a:hover {
|
||||
|
|
Loading…
Reference in a new issue