betterwithage Perplexity Computer Agent commited on
Commit
8c0eaa6
·
verified ·
1 Parent(s): 28f8024

fix(fonts): self-host @font-face in SPA shells (remove Google Fonts CDN)

Browse files

Part of the batch-1 console uniqueness + sovereign-fonts rebuild. Every batch tab gets a distinct real-data viz; 7 libs vendored locally (zero CDN); Google Fonts removed in favor of self-hosted @font-face. Honesty: locked-5 {F1,F11,F12,F18,F19} kernel-verified; experimental waves CI-green @958c09f9; Lambda=Conjecture 1; conformal=W5-3 (NOT Hoeffding).

Signed-off-by: Stephen P. Lutar Jr. <stephenlutar2@gmail.com>
Co-Authored-By: Perplexity Computer Agent <agent@perplexity.ai>

Files changed (2) hide show
  1. console/index.html +5 -2
  2. index.html +5 -3
console/index.html CHANGED
@@ -1,12 +1,15 @@
1
  <!DOCTYPE html>
2
  <html lang="en">
3
  <head>
 
 
 
 
 
4
  <meta charset="UTF-8"/>
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
6
  <title>a11oy — Orchestration Platform · SZL Holdings</title>
7
  <meta name="description" content="a11oy is the orchestrating brain of the SZL governed-AI substrate: a full operator application — command center, five superpowers, Warhacker orchestration, observability, the constitution (wires), formulas, and the evidence ledger. Every view reads a live endpoint."/>
8
- <link rel="preconnect" href="https://fonts.googleapis.com"/><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin/>
9
- <link href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet"/>
10
  <script src="/vendor/chart.umd.min.js"></script>
11
  <script src="/vendor/3d-force-graph.min.js"></script>
12
  <script src="/vendor/echarts.min.js"></script>
 
1
  <!DOCTYPE html>
2
  <html lang="en">
3
  <head>
4
+ <!-- SOVEREIGN FONTS (no CDN): self-hosted @font-face. Space Grotesk + JetBrains Mono (OFL-1.1). Attribution: /NOTICE. -->
5
+ <style>
6
+ @font-face{font-family:'Space Grotesk';font-style:normal;font-weight:300 700;font-display:swap;src:url('/vendor/fonts/SpaceGrotesk.woff2') format('woff2');}
7
+ @font-face{font-family:'JetBrains Mono';font-style:normal;font-weight:400 500;font-display:swap;src:url('/vendor/fonts/JetBrainsMono.woff2') format('woff2');}
8
+ </style>
9
  <meta charset="UTF-8"/>
10
  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
11
  <title>a11oy — Orchestration Platform · SZL Holdings</title>
12
  <meta name="description" content="a11oy is the orchestrating brain of the SZL governed-AI substrate: a full operator application — command center, five superpowers, Warhacker orchestration, observability, the constitution (wires), formulas, and the evidence ledger. Every view reads a live endpoint."/>
 
 
13
  <script src="/vendor/chart.umd.min.js"></script>
14
  <script src="/vendor/3d-force-graph.min.js"></script>
15
  <script src="/vendor/echarts.min.js"></script>
index.html CHANGED
@@ -1,6 +1,11 @@
1
  <!DOCTYPE html>
2
  <html lang="en">
3
  <head>
 
 
 
 
 
4
  <meta charset="UTF-8"/>
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
6
  <title>a11oy — governance substrate · SZL Holdings</title>
@@ -10,9 +15,6 @@
10
  <meta property="og:image" content="assets/hero_a11oy.png"/>
11
  <meta property="og:type" content="website"/>
12
  <link rel="stylesheet" href="style.css"/>
13
- <link rel="preconnect" href="https://fonts.googleapis.com"/>
14
- <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin/>
15
- <link href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet"/>
16
  <link rel="stylesheet" href="brand-tokens.css"/>
17
  <link rel="stylesheet" href="brand-bridge.css"/>
18
  </head>
 
1
  <!DOCTYPE html>
2
  <html lang="en">
3
  <head>
4
+ <!-- SOVEREIGN FONTS (no CDN): self-hosted @font-face. Space Grotesk + JetBrains Mono (OFL-1.1). Attribution: /NOTICE. -->
5
+ <style>
6
+ @font-face{font-family:'Space Grotesk';font-style:normal;font-weight:300 700;font-display:swap;src:url('/vendor/fonts/SpaceGrotesk.woff2') format('woff2');}
7
+ @font-face{font-family:'JetBrains Mono';font-style:normal;font-weight:400 500;font-display:swap;src:url('/vendor/fonts/JetBrainsMono.woff2') format('woff2');}
8
+ </style>
9
  <meta charset="UTF-8"/>
10
  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
11
  <title>a11oy — governance substrate · SZL Holdings</title>
 
15
  <meta property="og:image" content="assets/hero_a11oy.png"/>
16
  <meta property="og:type" content="website"/>
17
  <link rel="stylesheet" href="style.css"/>
 
 
 
18
  <link rel="stylesheet" href="brand-tokens.css"/>
19
  <link rel="stylesheet" href="brand-bridge.css"/>
20
  </head>