fixed font size things caused by prior font size change
This commit is contained in:
parent
896db34122
commit
d7a36d0f84
1 changed files with 15 additions and 2 deletions
|
@ -76,11 +76,24 @@ dt {
|
|||
}
|
||||
/*font sizes*/
|
||||
h1 {
|
||||
font-size:1.95rem;
|
||||
font-size:1.2em;
|
||||
}
|
||||
h2 {
|
||||
font-size: 1.65rem;
|
||||
font-size: 0.9em;
|
||||
}
|
||||
h3 {
|
||||
font-size: 0.8em;
|
||||
}
|
||||
h4 {
|
||||
font-size: 0.65em;
|
||||
}
|
||||
h5 {
|
||||
font-size: 0.6em;
|
||||
}
|
||||
ul, ol {
|
||||
font-size: calc(2em/3);
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
/*I want serifs dangit*/
|
||||
font-family: "Courier Prime", Georgia, serif;
|
||||
|
|
Loading…
Reference in a new issue