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

Reviewed-on: #206
This commit was merged in pull request #206.
This commit is contained in:
2026-03-20 17:37:05 +00:00

View File

@@ -141,6 +141,8 @@ b,
.font-bold {
font-family: 'Indivisa Sans', serif;
font-weight: 900;
/* Inter letter space */
letter-spacing: -0.025em;
}
:root {