diff --git a/public/fonts/ibm-plex-mono-latin-400.woff2 b/public/fonts/ibm-plex-mono-latin-400.woff2 new file mode 100644 index 0000000..0804aaf Binary files /dev/null and b/public/fonts/ibm-plex-mono-latin-400.woff2 differ diff --git a/public/fonts/ibm-plex-mono-latin-700.woff2 b/public/fonts/ibm-plex-mono-latin-700.woff2 new file mode 100644 index 0000000..5d7ff0c Binary files /dev/null and b/public/fonts/ibm-plex-mono-latin-700.woff2 differ diff --git a/public/fonts/ibm-plex-mono-latin-ext-400.woff2 b/public/fonts/ibm-plex-mono-latin-ext-400.woff2 new file mode 100644 index 0000000..732c64d Binary files /dev/null and b/public/fonts/ibm-plex-mono-latin-ext-400.woff2 differ diff --git a/public/fonts/ibm-plex-mono-latin-ext-700.woff2 b/public/fonts/ibm-plex-mono-latin-ext-700.woff2 new file mode 100644 index 0000000..140a3ba Binary files /dev/null and b/public/fonts/ibm-plex-mono-latin-ext-700.woff2 differ diff --git a/src/layouts/TerminalLayout.astro b/src/layouts/TerminalLayout.astro index 3a1f840..391944c 100644 --- a/src/layouts/TerminalLayout.astro +++ b/src/layouts/TerminalLayout.astro @@ -21,9 +21,7 @@ const { title, description = 'A 90s BBS/demoscene retro hub.', accentClass = '' - - - +
diff --git a/src/pages/bbs/legal-notice.astro b/src/pages/bbs/legal-notice.astro index 1008e7e..bcd97bd 100644 --- a/src/pages/bbs/legal-notice.astro +++ b/src/pages/bbs/legal-notice.astro @@ -18,6 +18,7 @@ Email: 28k8@moonweb.org

Responsible for content according to § 18 (2) MStV: Stefan Kölle, address as above.

Full legal notice & privacy policy for this website and the moonweb.org network: www.moonweb.org/impressum

+

This website does not load any external resources. All fonts and assets are hosted locally. No tracking, no analytics, no third-party scripts.

diff --git a/src/styles/global.css b/src/styles/global.css index 697547e..8083372 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -1,5 +1,9 @@ /* Global terminal styling - v2: color-run classes for ANSI art, NavBar, strengthened SkyLINE blue accent. */ @font-face { font-family: 'Px437 IBM VGA 8x16'; src: url('/fonts/Px437_IBM_VGA_8x16.woff2') format('woff2'), url('/fonts/Px437_IBM_VGA_8x16.ttf') format('truetype'); font-display: swap; } +@font-face { font-family: 'IBM Plex Mono'; font-style: normal; font-weight: 400; font-display: swap; src: url('/fonts/ibm-plex-mono-latin-ext-400.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; } +@font-face { font-family: 'IBM Plex Mono'; font-style: normal; font-weight: 400; font-display: swap; src: url('/fonts/ibm-plex-mono-latin-400.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } +@font-face { font-family: 'IBM Plex Mono'; font-style: normal; font-weight: 700; font-display: swap; src: url('/fonts/ibm-plex-mono-latin-ext-700.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; } +@font-face { font-family: 'IBM Plex Mono'; font-style: normal; font-weight: 700; font-display: swap; src: url('/fonts/ibm-plex-mono-latin-700.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } :root { --bg:#000; --fg:#c0c0c0; --fg-bright:#fff; --red-dark:#8b0000; --red-bright:#ff2828; --red-shadow:#4a0000; --pink:#ff69b4; --yellow:#ffd23f; --grey:#969696;