Add letter-spacing to font-bold class in styles.css #206

Merged
AlexRG merged 2 commits from agregar-tipografía into main 2026-03-20 17:37:06 +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 {