Fixed typography glitches

- fixed letter spacing for titles using Inter font
This commit is contained in:
Peter Zimon 2022-07-21 10:24:10 +02:00
parent b7a5f4f266
commit 05789e4466
3 changed files with 3 additions and 2 deletions

View File

@ -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 {

View File

@ -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 {

View File

@ -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 {