Skip to content

Commit f5e6397

Browse files
authored
Update index.css
Signed-off-by: Aitor Alien <[email protected]>
1 parent 7c9c6e6 commit f5e6397

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/index.css

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

48-
h1, h2, h3, h4, h5, h6, button {
48+
/* REGLA CORREGIDA Y MÁS ESPECÍFICA */
49+
h1, h2, h3, h4, h5, h6, button, a.font-nasalization {
4950
font-family: 'Nasalization', sans-serif;
5051
font-weight: 400;
5152
letter-spacing: 0.5px;
5253
}
53-
54-
body, p, span, div, a, input, textarea, label {
54+
55+
body, p, span, div, input, textarea, label {
5556
font-family: 'Exo', system-ui, sans-serif;
5657
}
5758

0 commit comments

Comments
 (0)