Modern fonts.

This commit is contained in:
2026-05-19 02:14:56 +00:00
parent 9f45a00137
commit 2d54ecc0c3
+4 -3
View File
@@ -71,10 +71,11 @@ export default function WatchingYou(): JSX.Element {
return ( return (
<div style={{ minHeight: "100vh", background: "#080808", display: "flex", flexDirection: "column", alignItems: "center", justifyContent: "center", overflow: "hidden", position: "relative", userSelect: "none" }}> <div style={{ minHeight: "100vh", background: "#080808", display: "flex", flexDirection: "column", alignItems: "center", justifyContent: "center", overflow: "hidden", position: "relative", userSelect: "none" }}>
<style>{` <style>{`
@import url('https://fonts.googleapis.com/css2?family=UnifrakturMaguntia&family=IM+Fell+English+SC&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&family=Merriweather:wght@300;400;700&display=swap');
.font-fraktur { font-family: 'UnifrakturMaguntia', serif; } /* Use readable, modern fonts */
.font-fell { font-family: 'IM Fell English SC', serif; } .font-fraktur { font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif; }
.font-fell { font-family: 'Merriweather', Georgia, 'Times New Roman', serif; }
.scanlines::after { .scanlines::after {
content: ''; content: '';