first commit
This commit is contained in:
BIN
public/fonts/Chillax/Chillax-Variable.eot
Normal file
BIN
public/fonts/Chillax/Chillax-Variable.eot
Normal file
Binary file not shown.
BIN
public/fonts/Chillax/Chillax-Variable.ttf
Normal file
BIN
public/fonts/Chillax/Chillax-Variable.ttf
Normal file
Binary file not shown.
BIN
public/fonts/Chillax/Chillax-Variable.woff
Normal file
BIN
public/fonts/Chillax/Chillax-Variable.woff
Normal file
Binary file not shown.
BIN
public/fonts/Chillax/Chillax-Variable.woff2
Normal file
BIN
public/fonts/Chillax/Chillax-Variable.woff2
Normal file
Binary file not shown.
39
public/fonts/Chillax/chillax.css
Normal file
39
public/fonts/Chillax/chillax.css
Normal 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;
|
||||
}
|
||||
|
||||
BIN
public/fonts/Geist/GeistVF.ttf
Normal file
BIN
public/fonts/Geist/GeistVF.ttf
Normal file
Binary file not shown.
BIN
public/fonts/Geist/GeistVF.woff
Normal file
BIN
public/fonts/Geist/GeistVF.woff
Normal file
Binary file not shown.
BIN
public/fonts/Geist/GeistVF.woff2
Normal file
BIN
public/fonts/Geist/GeistVF.woff2
Normal file
Binary file not shown.
16
public/fonts/Geist/geist.css
Normal file
16
public/fonts/Geist/geist.css
Normal 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;
|
||||
}
|
||||
BIN
public/fonts/GeistMono/GeistMonoVF.ttf
Normal file
BIN
public/fonts/GeistMono/GeistMonoVF.ttf
Normal file
Binary file not shown.
BIN
public/fonts/GeistMono/GeistMonoVF.woff
Normal file
BIN
public/fonts/GeistMono/GeistMonoVF.woff
Normal file
Binary file not shown.
BIN
public/fonts/GeistMono/GeistMonoVF.woff2
Normal file
BIN
public/fonts/GeistMono/GeistMonoVF.woff2
Normal file
Binary file not shown.
16
public/fonts/GeistMono/geist-mono.css
Normal file
16
public/fonts/GeistMono/geist-mono.css
Normal 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");
|
||||
}
|
||||
Reference in New Issue
Block a user