Work
Lint / lint (push) Failing after 7s

This commit is contained in:
Julien Valverdé
2026-05-17 19:06:43 +02:00
parent fba9b847af
commit 3608123388
3 changed files with 8 additions and 8 deletions
-8
View File
@@ -3,14 +3,6 @@
@import "tw-animate-css";
@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 {
--background: hsl(220 23% 95%);
--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 "./index.css"
import screen1 from "./screen1.png"