Skip to content

Commit 0fa04cf

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

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

src/index.css

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

48-
/* REGLA CORREGIDA Y MÁS ESPECÍFICA */
49-
h1, h2, h3, h4, h5, h6, button, a.font-nasalization {
48+
/* REGLAS CORREGIDAS PARA FONT NASALIZATION */
49+
h1, h2, h3, h4, h5, h6, button, a.font-nasalization, .font-nasalization {
5050
font-family: 'Nasalization', sans-serif;
5151
font-weight: 400;
5252
letter-spacing: 0.5px;
5353
}
5454

55-
body, p, span, div, input, textarea, label {
55+
body, p, span, div, a, 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;
62+
}
63+
5964
:where(*, *::before, *::after) {
6065
border-color: hsl(var(--border));
6166
}

0 commit comments

Comments
 (0)