Skip to content

Commit c938aec

Browse files
authored
Update global.css
Signed-off-by: Aitor Alien <[email protected]>
1 parent 8741c0f commit c938aec

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

src/global.css

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ main {
6161
font-style: normal;
6262
font-weight: 400;
6363
font-display: swap;
64-
src: url('https://fonts.cdnfonts.com/s/35587/nasalization-rg.ttf') format('truetype');
64+
src: url('https://www.dafont.com/es/nasalization.charmap') format('truetype');
6565
}
6666

6767
/* IMPORTANTE: Aplicar fuente a TODOS los encabezados con !important para forzar */
@@ -79,15 +79,6 @@ h1, h2, h3, h4, h5, h6 {
7979
letter-spacing: 0.5px !important;
8080
}
8181

82-
/* Soporte legacy - convertir todas las instancias a Nasalization */
83-
.font-atomic-force,
84-
.font-atomic {
85-
font-family: 'Nasalization', sans-serif !important;
86-
font-weight: 400 !important;
87-
font-style: normal !important;
88-
letter-spacing: 0.5px !important;
89-
}
90-
9182
/* Alignment correction for sections */
9283
.section-center {
9384
display: flex;

0 commit comments

Comments
 (0)