We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3929dd0 commit 1ba7400Copy full SHA for 1ba7400
src/global.css
@@ -1,4 +1,3 @@
1
-
2
/* Global styles */
3
html, body {
4
margin: 0;
@@ -55,13 +54,13 @@ main {
55
54
box-shadow: 0 0 15px rgba(255, 215, 0, 0.2);
56
}
57
58
-/* NASALIZATION FONT: Carga directa con ruta fija */
+/* NASALIZATION FONT: Carga desde archivo local */
59
@font-face {
60
font-family: 'Nasalization';
61
- font-style: normal;
+ src: url('/fonts/Nasalization%20Rg.otf') format('opentype');
62
font-weight: 400;
+ font-style: normal;
63
font-display: swap;
64
- src: url('https://www.dafont.com/es/nasalization.charmap') format('truetype');
65
66
67
/* IMPORTANTE: Aplicar fuente a TODOS los encabezados con !important para forzar */
0 commit comments