couple of CSS fixes
This commit is contained in:
parent
eb85b25e87
commit
9678c3eaa8
1 changed files with 4 additions and 4 deletions
|
@ -27,18 +27,18 @@ article p {
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
}
|
}
|
||||||
|
article h1 {
|
||||||
|
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
|
||||||
|
font-size: 4.0rem;
|
||||||
|
}
|
||||||
article small,
|
article small,
|
||||||
article p {
|
article p {
|
||||||
font-family: Tahoma, Arial, sans-serif;
|
font-family: Tahoma, Arial, sans-serif;
|
||||||
}
|
}
|
||||||
article h1 {
|
|
||||||
font-size: 4.0rem;
|
|
||||||
}
|
|
||||||
article small {
|
article small {
|
||||||
font-size: 1.6rem;
|
font-size: 1.6rem;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
article p {
|
article p {
|
||||||
font-family: Tahoma, Arial, sans-serif;
|
|
||||||
font-size: 1.8rem;
|
font-size: 1.8rem;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue