Move Pazisme Mod page to a standalone HTML #86

Merged
Thilawyn merged 71 commits from next into master 2026-05-19 19:20:39 +02:00
3 changed files with 8 additions and 8 deletions
Showing only changes of commit 3608123388 - Show all commits
-8
View File
@@ -3,14 +3,6 @@
@import "tw-animate-css"; @import "tw-animate-css";
@import "@fontsource/work-sans"; @import "@fontsource/work-sans";
@font-face {
font-family: "Coolvetica";
src: url("/public/fonts/Coolvetica Rg.otf") format("opentype");
font-style: normal;
font-weight: 400;
font-display: swap;
}
:root { :root {
--background: hsl(220 23% 95%); --background: hsl(220 23% 95%);
--secondary-background: oklch(100% 0 0); --secondary-background: oklch(100% 0 0);
@@ -0,0 +1,7 @@
@font-face {
font-family: "Coolvetica";
src: url("/public/fonts/Coolvetica Rg.otf") format("opentype");
font-style: normal;
font-weight: 400;
font-display: swap;
}
@@ -1,4 +1,5 @@
import { createFileRoute } from "@tanstack/react-router" import { createFileRoute } from "@tanstack/react-router"
import "./index.css"
import screen1 from "./screen1.png" import screen1 from "./screen1.png"