fix:fonts

This commit is contained in:
2026-03-02 15:13:09 +01:00
parent 65d5ab71d7
commit 973b07e177
3 changed files with 15 additions and 3 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -1,12 +1,24 @@
@import "tailwindcss";
@import url("https://fonts.cdnfonts.com/css/intro");
/* Intro font family */
/* Intro font family - Self hosted */
@font-face {
font-family: "Intro";
src: local("Intro"), local("Intro Regular");
src:
local("Intro Demo"),
url("/fonts/IntroDemoBlackCaps.woff") format("woff");
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Intro Inline";
src:
local("Intro Demo"),
url("/fonts/IntroDemoBlackCapsInline.woff") format("woff");
font-weight: 400;
font-style: normal;
font-display: swap;
}
/* Smooth scrolling for the entire page */