Skip to content

Commit 1ba7400

Browse files
authored
Update global.css
Signed-off-by: Aitor Alien <[email protected]>
1 parent 3929dd0 commit 1ba7400

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/global.css

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
/* Global styles */
32
html, body {
43
margin: 0;
@@ -55,13 +54,13 @@ main {
5554
box-shadow: 0 0 15px rgba(255, 215, 0, 0.2);
5655
}
5756

58-
/* NASALIZATION FONT: Carga directa con ruta fija */
57+
/* NASALIZATION FONT: Carga desde archivo local */
5958
@font-face {
6059
font-family: 'Nasalization';
61-
font-style: normal;
60+
src: url('/fonts/Nasalization%20Rg.otf') format('opentype');
6261
font-weight: 400;
62+
font-style: normal;
6363
font-display: swap;
64-
src: url('https://www.dafont.com/es/nasalization.charmap') format('truetype');
6564
}
6665

6766
/* IMPORTANTE: Aplicar fuente a TODOS los encabezados con !important para forzar */

0 commit comments

Comments
 (0)