Modern fonts.
This commit is contained in:
+4
-3
@@ -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: '';
|
||||||
|
|||||||
Reference in New Issue
Block a user