Fix default styles not applying on li
s
This commit is contained in:
parent
39025078e4
commit
7074587114
3 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@ h1, h2, h3, h4, h5, h6 {
|
||||||
font-family: "Lora", serif;
|
font-family: "Lora", serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
p, span, td, th {
|
p, span, td, th, li {
|
||||||
font-family: "Lato", sans-serif;
|
font-family: "Lato", sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@ h1, h2, h3, h4, h5, h6 {
|
||||||
font-family: "Lora", serif;
|
font-family: "Lora", serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
p, span, td, th {
|
p, span, td, th, li {
|
||||||
font-family: "Merriweather", serif;
|
font-family: "Merriweather", serif;
|
||||||
font-size: 11.5pt;
|
font-size: 11.5pt;
|
||||||
}
|
}
|
||||||
|
|
|
@ -14,7 +14,7 @@ h1, h2, h3, h4, h5, h6 {
|
||||||
font-family: "Comic Sans MS", "Comic Sans MS Missigno", sans-serif;
|
font-family: "Comic Sans MS", "Comic Sans MS Missigno", sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
p, span, td, th {
|
p, span, td, th, li {
|
||||||
font-family: "Comic Sans MS", "Comic Sans MS Missigno", sans-serif;
|
font-family: "Comic Sans MS", "Comic Sans MS Missigno", sans-serif;
|
||||||
font-size: 11.5pt;
|
font-size: 11.5pt;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
|
|
Loading…
Reference in a new issue