fixes and updates

This commit is contained in:
q 2025-05-21 00:31:22 -04:00
parent 4c3ce6d2b6
commit 0692e8a0c5
1471 changed files with 27362 additions and 235 deletions

View file

@ -17,7 +17,25 @@ footer { display: flex; justify-content: space-between; }
}
@font-face {
font-family: 'gt';
font-family: 'vg5000';
src: url('fonts/VG5000-Regular_web.woff2') format('woff2'),
url('fonts/VG5000-Regular_web.woff') format('woff');
}
@font-face {
font-family: 'abordage';
src: url('fonts/degheest/Abordage-Regular.woff2') format('woff2'),
url('fonts/degheest/Abordage-Regular.woff') format('woff');
}
@font-face {
font-family: '8bitJVE';
src: url('fonts/8bitoperator-jve-regular.font') format('truetype');
}
@font-face {
font-family: 'gterm';
src: url('fonts/terminal-grotesque-webfont.woff2') format('woff2'),
url('fonts/terminal-grotesque-webfont.woff') format('woff');
}
@ -28,7 +46,7 @@ footer { display: flex; justify-content: space-between; }
}
@font-face {
font-family: 'c';
font-family: 'creduci';
src: url('fonts/Creduci.ttf') format('truetype');
}
@ -36,6 +54,50 @@ footer { display: flex; justify-content: space-between; }
font-family: 'rumeur';
src: url('fonts/rumeur.otf') format('opentype');
}
@font-face {
font-family: 'ft88-serif';
src: url('fonts/degheest/FT88-Serif.woff2') format('woff2'),
url('fonts/degheest/FT88-Serif.woff') format('woff');
}
@font-face {
font-family: 'ft88-school';
src: url('fonts/degheest/FT88-School.woff2') format('woff2'),
url('fonts/degheest/FT88-School.woff') format('woff');
}
@font-face {
font-family: 'coral-pixels';
src: url('fonts/CoralPixels-Regular.woff2') format('woff2'),
url('fonts/CoralPixels-Regular.ttf') format('truetype');
}
@font-face {
font-family: 'medodica';
src: url('fonts/MedodicaRegular.otf') format('opentype');
}
@font-face {
font-family: 'pottaone';
src: url('fonts/PottaOne-Regular.ttf') format('truetype');
}
@font-face {
font-family: 'jersey10';
src: url('fonts/Jersey10-Regular.woff2') format('woff2'),
url('fonts/Jersey10-Regular.ttf') format('truetype');
}
@font-face {
font-family: 'cyberpunkwaifus';
src: url('fonts/CyberpunkWaifus.woff') format('woff'),
url('fonts/CyberpunkWaifus.ttf') format('truetype');
}
:root {
/* Main color scheme */
--color-primary: #E4F0FEff;
@ -72,8 +134,8 @@ footer { display: flex; justify-content: space-between; }
--header-text: #0C072Cff;
/* Font families */
--font-headers: 'rumeur', sans-serif;
--font-body: verdana, helvetica, arial, sans-serif;
--font-headers: rumeur, sans-serif;
--font-body: abordage, verdana, sans-serif;
}
body {
@ -242,7 +304,7 @@ article {
color: var(--text-primary);
backdrop-filter: blur(3px);
flex: 1 1 60%;
max-width: 1100px;
width: 100%;
}
article h1 {
@ -250,7 +312,7 @@ article h1 {
font-weight: bold;
margin: 1em 0 0.5em 0;
font-size: xx-large;
font-family: rumeur, sans-serif;
font-family: var(--font-headers);
}
article h2 {
color: var(--header-secondary);
@ -540,4 +602,4 @@ blockquote {
border-top: 3px solid var(--border-primary);
padding-bottom: 1em;
}
}
}