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;
|
font-family: "GoodOldDOS", sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h4 {
|
||||||
|
font-family: "GoodOldDOS", sans-serif;
|
||||||
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
font-family: "Oswald", sans-serif;
|
font-family: "Oswald", sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
li {
|
||||||
|
font-family: "Oswald", sans-serif;
|
||||||
|
}
|
||||||
|
|
||||||
code {
|
code {
|
||||||
font-family: "GoodOldDOS", sans-serif;
|
font-family: "GoodOldDOS", sans-serif;
|
||||||
|
font-size: smaller;
|
||||||
|
color: #0033a0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* add background image*/
|
/* add background image*/
|
||||||
|
|
Loading…
Reference in New Issue