ew why does it look like that
This commit is contained in:
parent
69ff52fb7a
commit
01bbee6b13
10
style.css
10
style.css
|
@ -44,12 +44,22 @@ h3 {
|
|||
font-family: "GoodOldDOS", sans-serif;
|
||||
}
|
||||
|
||||
h4 {
|
||||
font-family: "GoodOldDOS", sans-serif;
|
||||
}
|
||||
|
||||
p {
|
||||
font-family: "Oswald", sans-serif;
|
||||
}
|
||||
|
||||
li {
|
||||
font-family: "Oswald", sans-serif;
|
||||
}
|
||||
|
||||
code {
|
||||
font-family: "GoodOldDOS", sans-serif;
|
||||
font-size: smaller;
|
||||
color: #0033a0;
|
||||
}
|
||||
|
||||
/* add background image*/
|
||||
|
|
Loading…
Reference in New Issue