Matched sans+mono from same family. More Univers-like, technical.
Previous commit (6c47a79) has Space Grotesk for comparison.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
17 lines
777 B
HTML
17 lines
777 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
|
<link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;400;500&family=IBM+Plex+Mono:wght@400;500&display=swap" rel="stylesheet" />
|
|
<link rel="icon" type="image/svg+xml" href="/LUX_STUDIO_LOGO.svg" />
|
|
<link rel="icon" type="image/png" href="/LUX_STUDIO_LOGO.png" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Lux Studio - AI Cinematography</title>
|
|
</head>
|
|
<body class="bg-slate-950">
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.jsx"></script>
|
|
</body>
|
|
</html>
|