Pazisme Mod loading screen #85
@@ -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"
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user