Skip to content

Commit b5f8b61

Browse files
authored
Update index.css
Signed-off-by: Aitor Alien <[email protected]>
1 parent 0fa04cf commit b5f8b61

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/index.css

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,20 +45,20 @@
4545
--sidebar-ring: 48 83% 72%;
4646
}
4747

48-
/* REGLAS CORREGIDAS PARA FONT NASALIZATION */
49-
h1, h2, h3, h4, h5, h6, button, a.font-nasalization, .font-nasalization {
50-
font-family: 'Nasalization', sans-serif;
51-
font-weight: 400;
48+
/* REGLAS CORREGIDAS CON MAYOR ESPECIFICIDAD */
49+
h1, h2, h3, h4, h5, h6, button, a, .font-nasalization, .font-nasalization * {
50+
font-family: 'Nasalization', sans-serif !important;
51+
font-weight: 400 !important;
5252
letter-spacing: 0.5px;
5353
}
5454

55-
body, p, span, div, a, input, textarea, label {
55+
body, p, span, div, input, textarea, label {
5656
font-family: 'Exo', system-ui, sans-serif;
5757
}
5858

59-
/* REGLA PARA SOBREESCRIBIR FONT-FAMILY DE ELEMENTOS ESPECÍFICOS EN HERO */
60-
.hero-title, .hero-title *, .readable-glow, .readable-glow * {
61-
font-family: 'Nasalization', sans-serif !important;
59+
/* REGLA ESPECÍFICA PARA QUE EL TEXTO EN HERO SEA EXO */
60+
.hero-description p {
61+
font-family: 'Exo', system-ui, sans-serif !important;
6262
}
6363

6464
:where(*, *::before, *::after) {

0 commit comments

Comments
 (0)