the CSS is now slightly less broken (<li> now has the right font)
This commit is contained in:
parent
ebbd2bef19
commit
7472397ab1
1 changed files with 4 additions and 0 deletions
|
@ -33,6 +33,10 @@ body {
|
||||||
padding: 0 .62em;
|
padding: 0 .62em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
li {
|
||||||
|
font-family: 'Atkinson Hyperlegible';
|
||||||
|
}
|
||||||
|
|
||||||
p,
|
p,
|
||||||
footer {
|
footer {
|
||||||
font: 18px/1.35 'Atkinson Hyperlegible', sans-serif;
|
font: 18px/1.35 'Atkinson Hyperlegible', sans-serif;
|
||||||
|
|
Loading…
Reference in a new issue