mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 09:03:12 +03:00
Fixed typography glitches
- fixed letter spacing for titles using Inter font
This commit is contained in:
parent
b7a5f4f266
commit
05789e4466
@ -207,7 +207,7 @@
|
||||
font-size: 2.2rem;
|
||||
line-height: 1.15em;
|
||||
font-weight: 600;
|
||||
letter-spacing: 0.2px;
|
||||
letter-spacing: -0.0035em;
|
||||
}
|
||||
|
||||
.modal-header.icon-center {
|
||||
|
@ -1412,6 +1412,7 @@ Dashboard Community */
|
||||
margin-bottom: 0;
|
||||
transition: color .3s;
|
||||
color: #fff;
|
||||
letter-spacing: -0.02em;
|
||||
}
|
||||
|
||||
.gh-dashboard-community .gh-dashboard-resource-footer {
|
||||
|
@ -176,8 +176,8 @@
|
||||
letter-spacing: -.2px;
|
||||
line-height: 1;
|
||||
margin-right: 2px;
|
||||
margin-left: 1px;
|
||||
font-size: 2.2rem;
|
||||
letter-spacing: 0.1px;
|
||||
}
|
||||
|
||||
.gh-tier-card-price .currency {
|
||||
|
Loading…
Reference in New Issue
Block a user