Skip to content

Commit 6790c90

Browse files
authored
Update index.html
Signed-off-by: Aitor Alien <[email protected]>
1 parent 9ad7343 commit 6790c90

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

index.html

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,18 @@
1-
21
<!DOCTYPE html>
32
<html lang="en">
43
<head>
54
<!-- Meta Tags -->
65
<meta charset="UTF-8" />
7-
<meta name="viewport" content="width=device-width, initial-scale=1.0, initial-scale=1.0" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
87
<meta name="author" content="AlienFlowSpace" />
98
<meta name="description" content="AlienFlowSpace DAO unites BioFi, DeFi, DePin, DeSci, IPFS, QFS, ReFi, RWA, SocialFi, and TradFi under one cosmic ecosystem." />
109

1110
<!-- Preload Fonts - Alta prioridad para Nasalization -->
12-
<link rel="preconnect" href="https://www.dafont.com/es/nasalization.font" crossorigin />
13-
<link rel="preconnect" href="https://www.dafont.com/es/nasalization.charmap" crossorigin />
14-
15-
<!-- MAXIMUM PRIORITY: Preload Nasalization Font -->
16-
<link rel="preload" href="https://www.dafont.com/es/nasalization.charmap" as="font" type="font/ttf" crossorigin="anonymous" />
11+
<link rel="preload" href="/fonts/NasalizationRg.otf" as="font" type="font/otf" crossorigin="anonymous" />
1712

18-
<!-- Font Stylesheets - Carga directa sin @import -->
19-
<link href="https://fonts.cdnfonts.com/css/nasalization" rel="stylesheet">
20-
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Exo:wght@300;400;500;600;700&display=swap" />
13+
<!-- Font Stylesheets -->
14+
<link rel="stylesheet" href="/src/index.css" />
15+
<link rel="stylesheet" href="/src/global.css" />
2116

2217
<!-- Open Graph Meta Tags -->
2318
<meta property="og:title" content="AlienFlowSpace DAO | Cosmic Decentralized Governance" />
@@ -41,7 +36,7 @@
4136
/* CRITICAL: Carga prioritaria de Nasalization */
4237
@font-face {
4338
font-family: 'Nasalization';
44-
src: url('https://fonts.cdnfonts.com/s/35587/nasalization-rg.ttf') format('truetype');
39+
src: url('/fonts/NasalizationRg.otf') format('opentype');
4540
font-weight: 400;
4641
font-style: normal;
4742
font-display: swap;

0 commit comments

Comments
 (0)