first commit

This commit is contained in:
Missdrop
2025-07-16 16:30:56 +00:00
commit 7ee33927cb
11326 changed files with 1230901 additions and 0 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,39 @@
/**
* @license
*
* Font Family: Chillax
* Designed by: Manushi Parikh
* URL: https://www.fontshare.com/fonts/chillax
* © 2023 Indian Type Foundry
*
* Font Style:
* Chillax Variable(Variable font)
*
*/
/**
* This is a variable font
* You can controll variable axes as shown below:
* font-variation-settings: 'wght' 700.0;
*
* available axes:
* 'wght' (range from 200.0 to 700.0)
*/
@font-face {
font-family: 'Chillax-Variable';
src:local('Chillax-Variable'),
local('ChillaxVariable'),
local('Chillax Variable'),
local('Chillax'),
url('Chillax-Variable.woff2') format('woff2'),
url('Chillax-Variable.woff') format('woff'),
url('Chillax-Variable.ttf') format('truetype');
font-weight: 200 700;
font-display: swap;
font-style: normal;
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,16 @@
/*
* Geist Variable v1.3.0
* By Vercel
*/
@font-face {
font-family: 'Geist Variable';
src: local('Geist Variable'),
local('GeistVariable'),
url('GeistVF.woff2') format('woff2'),
url('GeistVF.woff') format('woff'),
url('GeistVF.ttf') format('truetype');
font-weight: 200 700;
font-display: swap;
font-style: normal;
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,16 @@
/*
* Geist Mono Variable v1.3.0
* By Vercel
*/
@font-face {
font-display: swap;
font-family: "Geist Mono";
font-style: normal;
font-weight: 400;
src: local('Geist Mono'),
local('GeistMono'),
url("GeistMonoVF.woff2") format("woff2"),
url("GeistMonoVF.woff") format("woff"),
url("GeistMonoVF.ttf") format("truetype");
}