Spaces:
Sleeping
Sleeping
Sasha commited on
Commit ·
11fc358
1
Parent(s): 31d49af
feat: host Google Fonts locally and tighten Content Security Policy
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- client/index.html +0 -3
- client/public/fonts/Inter-300-39529051.woff2 +0 -0
- client/public/fonts/Inter-300-4ee8fc98.woff2 +0 -0
- client/public/fonts/Inter-300-56724408.woff2 +0 -0
- client/public/fonts/Inter-300-983e9094.woff2 +0 -0
- client/public/fonts/Inter-300-ec84a376.woff2 +0 -0
- client/public/fonts/Inter-300-eef1e497.woff2 +0 -0
- client/public/fonts/Inter-300-f55b8d39.woff2 +0 -0
- client/public/fonts/Inter-400-39529051.woff2 +0 -0
- client/public/fonts/Inter-400-4ee8fc98.woff2 +0 -0
- client/public/fonts/Inter-400-56724408.woff2 +0 -0
- client/public/fonts/Inter-400-983e9094.woff2 +0 -0
- client/public/fonts/Inter-400-ec84a376.woff2 +0 -0
- client/public/fonts/Inter-400-eef1e497.woff2 +0 -0
- client/public/fonts/Inter-400-f55b8d39.woff2 +0 -0
- client/public/fonts/Inter-500-39529051.woff2 +0 -0
- client/public/fonts/Inter-500-4ee8fc98.woff2 +0 -0
- client/public/fonts/Inter-500-56724408.woff2 +0 -0
- client/public/fonts/Inter-500-983e9094.woff2 +0 -0
- client/public/fonts/Inter-500-ec84a376.woff2 +0 -0
- client/public/fonts/Inter-500-eef1e497.woff2 +0 -0
- client/public/fonts/Inter-500-f55b8d39.woff2 +0 -0
- client/public/fonts/Inter-600-39529051.woff2 +0 -0
- client/public/fonts/Inter-600-4ee8fc98.woff2 +0 -0
- client/public/fonts/Inter-600-56724408.woff2 +0 -0
- client/public/fonts/Inter-600-983e9094.woff2 +0 -0
- client/public/fonts/Inter-600-ec84a376.woff2 +0 -0
- client/public/fonts/Inter-600-eef1e497.woff2 +0 -0
- client/public/fonts/Inter-600-f55b8d39.woff2 +0 -0
- client/public/fonts/Inter-700-39529051.woff2 +0 -0
- client/public/fonts/Inter-700-4ee8fc98.woff2 +0 -0
- client/public/fonts/Inter-700-56724408.woff2 +0 -0
- client/public/fonts/Inter-700-983e9094.woff2 +0 -0
- client/public/fonts/Inter-700-ec84a376.woff2 +0 -0
- client/public/fonts/Inter-700-eef1e497.woff2 +0 -0
- client/public/fonts/Inter-700-f55b8d39.woff2 +0 -0
- client/public/fonts/Inter-800-39529051.woff2 +0 -0
- client/public/fonts/Inter-800-4ee8fc98.woff2 +0 -0
- client/public/fonts/Inter-800-56724408.woff2 +0 -0
- client/public/fonts/Inter-800-983e9094.woff2 +0 -0
- client/public/fonts/Inter-800-ec84a376.woff2 +0 -0
- client/public/fonts/Inter-800-eef1e497.woff2 +0 -0
- client/public/fonts/Inter-800-f55b8d39.woff2 +0 -0
- client/public/fonts/Outfit-400-35708376.woff2 +0 -0
- client/public/fonts/Outfit-400-35e12df6.woff2 +0 -0
- client/public/fonts/Outfit-500-35708376.woff2 +0 -0
- client/public/fonts/Outfit-500-35e12df6.woff2 +0 -0
- client/public/fonts/Outfit-600-35708376.woff2 +0 -0
- client/public/fonts/Outfit-600-35e12df6.woff2 +0 -0
- client/public/fonts/Outfit-700-35708376.woff2 +0 -0
client/index.html
CHANGED
|
@@ -5,9 +5,6 @@
|
|
| 5 |
<link rel="icon" type="image/svg+xml" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%239146FF'%3E%3Cpath d='M11.64 5.93h1.43v4.28h-1.43V5.93m3.93-3.21 3.57 3.57v11.07h-4.29v4.29h-4.29l-3.57-3.57V2.72h8.58M19 4.14h-7.14v12.14h3.57v3.57l3.57-3.57V4.14m-1.78 1.79H15.79v4.28h1.43V5.93z'/%3E%3C/svg%3E" />
|
| 6 |
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
| 7 |
<meta name="description" content="Панель аналитики стримов Twitch для канала winx_prinx. Отслеживание активности зрителей, слов стримера и логов модерации." />
|
| 8 |
-
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
| 9 |
-
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
| 10 |
-
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Outfit:wght@400;500;600;700&display=swap" rel="stylesheet" />
|
| 11 |
<title>winx_prinx Stream Analytics — Дашборд Аналитики Twitch</title>
|
| 12 |
<meta name="google-site-verification" content="wVVb_dlA2DQscn4zGVQonRdDOaQKD5e3K6UxP-CzFDM" />
|
| 13 |
</head>
|
|
|
|
| 5 |
<link rel="icon" type="image/svg+xml" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%239146FF'%3E%3Cpath d='M11.64 5.93h1.43v4.28h-1.43V5.93m3.93-3.21 3.57 3.57v11.07h-4.29v4.29h-4.29l-3.57-3.57V2.72h8.58M19 4.14h-7.14v12.14h3.57v3.57l3.57-3.57V4.14m-1.78 1.79H15.79v4.28h1.43V5.93z'/%3E%3C/svg%3E" />
|
| 6 |
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
| 7 |
<meta name="description" content="Панель аналитики стримов Twitch для канала winx_prinx. Отслеживание активности зрителей, слов стримера и логов модерации." />
|
|
|
|
|
|
|
|
|
|
| 8 |
<title>winx_prinx Stream Analytics — Дашборд Аналитики Twitch</title>
|
| 9 |
<meta name="google-site-verification" content="wVVb_dlA2DQscn4zGVQonRdDOaQKD5e3K6UxP-CzFDM" />
|
| 10 |
</head>
|
client/public/fonts/Inter-300-39529051.woff2
ADDED
|
Binary file (85.1 kB). View file
|
|
|
client/public/fonts/Inter-300-4ee8fc98.woff2
ADDED
|
Binary file (18.7 kB). View file
|
|
|
client/public/fonts/Inter-300-56724408.woff2
ADDED
|
Binary file (48.3 kB). View file
|
|
|
client/public/fonts/Inter-300-983e9094.woff2
ADDED
|
Binary file (10.3 kB). View file
|
|
|
client/public/fonts/Inter-300-ec84a376.woff2
ADDED
|
Binary file (26 kB). View file
|
|
|
client/public/fonts/Inter-300-eef1e497.woff2
ADDED
|
Binary file (19 kB). View file
|
|
|
client/public/fonts/Inter-300-f55b8d39.woff2
ADDED
|
Binary file (11.2 kB). View file
|
|
|
client/public/fonts/Inter-400-39529051.woff2
ADDED
|
Binary file (85.1 kB). View file
|
|
|
client/public/fonts/Inter-400-4ee8fc98.woff2
ADDED
|
Binary file (18.7 kB). View file
|
|
|
client/public/fonts/Inter-400-56724408.woff2
ADDED
|
Binary file (48.3 kB). View file
|
|
|
client/public/fonts/Inter-400-983e9094.woff2
ADDED
|
Binary file (10.3 kB). View file
|
|
|
client/public/fonts/Inter-400-ec84a376.woff2
ADDED
|
Binary file (26 kB). View file
|
|
|
client/public/fonts/Inter-400-eef1e497.woff2
ADDED
|
Binary file (19 kB). View file
|
|
|
client/public/fonts/Inter-400-f55b8d39.woff2
ADDED
|
Binary file (11.2 kB). View file
|
|
|
client/public/fonts/Inter-500-39529051.woff2
ADDED
|
Binary file (85.1 kB). View file
|
|
|
client/public/fonts/Inter-500-4ee8fc98.woff2
ADDED
|
Binary file (18.7 kB). View file
|
|
|
client/public/fonts/Inter-500-56724408.woff2
ADDED
|
Binary file (48.3 kB). View file
|
|
|
client/public/fonts/Inter-500-983e9094.woff2
ADDED
|
Binary file (10.3 kB). View file
|
|
|
client/public/fonts/Inter-500-ec84a376.woff2
ADDED
|
Binary file (26 kB). View file
|
|
|
client/public/fonts/Inter-500-eef1e497.woff2
ADDED
|
Binary file (19 kB). View file
|
|
|
client/public/fonts/Inter-500-f55b8d39.woff2
ADDED
|
Binary file (11.2 kB). View file
|
|
|
client/public/fonts/Inter-600-39529051.woff2
ADDED
|
Binary file (85.1 kB). View file
|
|
|
client/public/fonts/Inter-600-4ee8fc98.woff2
ADDED
|
Binary file (18.7 kB). View file
|
|
|
client/public/fonts/Inter-600-56724408.woff2
ADDED
|
Binary file (48.3 kB). View file
|
|
|
client/public/fonts/Inter-600-983e9094.woff2
ADDED
|
Binary file (10.3 kB). View file
|
|
|
client/public/fonts/Inter-600-ec84a376.woff2
ADDED
|
Binary file (26 kB). View file
|
|
|
client/public/fonts/Inter-600-eef1e497.woff2
ADDED
|
Binary file (19 kB). View file
|
|
|
client/public/fonts/Inter-600-f55b8d39.woff2
ADDED
|
Binary file (11.2 kB). View file
|
|
|
client/public/fonts/Inter-700-39529051.woff2
ADDED
|
Binary file (85.1 kB). View file
|
|
|
client/public/fonts/Inter-700-4ee8fc98.woff2
ADDED
|
Binary file (18.7 kB). View file
|
|
|
client/public/fonts/Inter-700-56724408.woff2
ADDED
|
Binary file (48.3 kB). View file
|
|
|
client/public/fonts/Inter-700-983e9094.woff2
ADDED
|
Binary file (10.3 kB). View file
|
|
|
client/public/fonts/Inter-700-ec84a376.woff2
ADDED
|
Binary file (26 kB). View file
|
|
|
client/public/fonts/Inter-700-eef1e497.woff2
ADDED
|
Binary file (19 kB). View file
|
|
|
client/public/fonts/Inter-700-f55b8d39.woff2
ADDED
|
Binary file (11.2 kB). View file
|
|
|
client/public/fonts/Inter-800-39529051.woff2
ADDED
|
Binary file (85.1 kB). View file
|
|
|
client/public/fonts/Inter-800-4ee8fc98.woff2
ADDED
|
Binary file (18.7 kB). View file
|
|
|
client/public/fonts/Inter-800-56724408.woff2
ADDED
|
Binary file (48.3 kB). View file
|
|
|
client/public/fonts/Inter-800-983e9094.woff2
ADDED
|
Binary file (10.3 kB). View file
|
|
|
client/public/fonts/Inter-800-ec84a376.woff2
ADDED
|
Binary file (26 kB). View file
|
|
|
client/public/fonts/Inter-800-eef1e497.woff2
ADDED
|
Binary file (19 kB). View file
|
|
|
client/public/fonts/Inter-800-f55b8d39.woff2
ADDED
|
Binary file (11.2 kB). View file
|
|
|
client/public/fonts/Outfit-400-35708376.woff2
ADDED
|
Binary file (32.3 kB). View file
|
|
|
client/public/fonts/Outfit-400-35e12df6.woff2
ADDED
|
Binary file (14.8 kB). View file
|
|
|
client/public/fonts/Outfit-500-35708376.woff2
ADDED
|
Binary file (32.3 kB). View file
|
|
|
client/public/fonts/Outfit-500-35e12df6.woff2
ADDED
|
Binary file (14.8 kB). View file
|
|
|
client/public/fonts/Outfit-600-35708376.woff2
ADDED
|
Binary file (32.3 kB). View file
|
|
|
client/public/fonts/Outfit-600-35e12df6.woff2
ADDED
|
Binary file (14.8 kB). View file
|
|
|
client/public/fonts/Outfit-700-35708376.woff2
ADDED
|
Binary file (32.3 kB). View file
|
|
|