Merge pull request 'Add letter-spacing to font-bold class in styles.css' (#206) from agregar-tipografía into main
All checks were successful
Deploy to Azure Static Web Apps / build-and-deploy (push) Successful in 1m13s
All checks were successful
Deploy to Azure Static Web Apps / build-and-deploy (push) Successful in 1m13s
Reviewed-on: #206
This commit was merged in pull request #206.
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