mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
Updated new site creation typography
This commit is contained in:
parent
c9a3211032
commit
e5bcc52dfc
2 changed files with 10 additions and 2 deletions
|
@ -191,6 +191,7 @@
|
||||||
font-size: 1.7rem;
|
font-size: 1.7rem;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
|
letter-spacing: -0.013em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.gh-flow-content .gh-input:focus {
|
.gh-flow-content .gh-input:focus {
|
||||||
|
|
|
@ -334,43 +334,50 @@ h6 {
|
||||||
h1 {
|
h1 {
|
||||||
text-indent: -1px;
|
text-indent: -1px;
|
||||||
font-size: 2.9rem;
|
font-size: 2.9rem;
|
||||||
|
letter-spacing: -0.021em;
|
||||||
}
|
}
|
||||||
@media (max-width: 500px) {
|
@media (max-width: 500px) {
|
||||||
h1 {
|
h1 {
|
||||||
font-size: 2.4rem;
|
font-size: 2.4rem;
|
||||||
|
letter-spacing: -0.019em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
font-size: 2.2rem;
|
font-size: 2.2rem;
|
||||||
|
letter-spacing: -0.019em;
|
||||||
}
|
}
|
||||||
@media (max-width: 500px) {
|
@media (max-width: 500px) {
|
||||||
h2 {
|
h2 {
|
||||||
font-size: 1.9rem;
|
font-size: 1.9rem;
|
||||||
|
letter-spacing: -0.017em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
font-size: 1.9rem;
|
font-size: 1.9rem;
|
||||||
|
letter-spacing: -0.017em;
|
||||||
}
|
}
|
||||||
@media (max-width: 500px) {
|
@media (max-width: 500px) {
|
||||||
h3 {
|
h3 {
|
||||||
font-size: 1.7rem;
|
font-size: 1.7rem;
|
||||||
|
letter-spacing: -0.015em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
h4 {
|
h4 {
|
||||||
font-size: 1.7rem;
|
font-size: 1.7rem;
|
||||||
|
letter-spacing: -0.013em;
|
||||||
}
|
}
|
||||||
|
|
||||||
h5 {
|
h5 {
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
letter-spacing: 0;
|
letter-spacing: -0.009em;
|
||||||
}
|
}
|
||||||
|
|
||||||
h6 {
|
h6 {
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
letter-spacing: 0;
|
letter-spacing: -0.009em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.gh-heading-xs {
|
.gh-heading-xs {
|
||||||
|
|
Loading…
Add table
Reference in a new issue