mirror of
https://github.com/skoelle/moonweb-site.git
synced 2026-09-17 17:00:25 +00:00
Self-host VT323 and Press Start 2P fonts, remove Google Fonts calls
This commit is contained in:
Binary file not shown.
Binary file not shown.
+14
-3
@@ -6,10 +6,21 @@
|
||||
<title>PHOBIA DemoGroup Archive - Nostalgic PC Intros from 1994</title>
|
||||
<meta name="description" content="Explore the PHOBIA DemoGroup Archive, showcasing the 1994 PC intros, including the notable Phobia Welcome Intro. Relive the early days of PC intros with source code and more.">
|
||||
<link rel="canonical" href="https://www.moonweb.org/phobia/" />
|
||||
<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=Press+Start+2P&family=VT323&display=swap" rel="stylesheet">
|
||||
<style>
|
||||
@font-face {
|
||||
font-family: 'VT323';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-display: swap;
|
||||
src: url('fonts/vt323-latin.woff2') format('woff2');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Press Start 2P';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-display: swap;
|
||||
src: url('fonts/pressstart2p-latin.woff2') format('woff2');
|
||||
}
|
||||
body {
|
||||
background-color: #1a1a1a;
|
||||
margin: 0;
|
||||
|
||||
Reference in New Issue
Block a user