Add letter-spacing to font-bold class in styles.css
This commit is contained in:
@@ -141,6 +141,8 @@ b,
|
|||||||
.font-bold {
|
.font-bold {
|
||||||
font-family: 'Indivisa Sans', serif;
|
font-family: 'Indivisa Sans', serif;
|
||||||
font-weight: 900;
|
font-weight: 900;
|
||||||
|
/* Inter letter space */
|
||||||
|
letter-spacing: -0.025em;
|
||||||
}
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
|
|||||||
Reference in New Issue
Block a user