initial commit

This commit is contained in:
Julie Blanc 2026-01-10 18:33:22 +01:00
commit 21711bd5dd
253 changed files with 78415 additions and 0 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -0,0 +1,86 @@
/**
* @license
*
* Font Family: Sentient
* Designed by: Noopur Choksi
* URL: https://www.fontshare.com/fonts/sentient
* © 2024 Indian Type Foundry
*
* Sentient Regular
* Sentient Italic
* Sentient Bold
* Sentient BoldItalic
* Sentient Variable (Variable font)
* Sentient VariableItalic (Variable font)
*
*/
@font-face {
font-family: 'Sentient';
src: url('Sentient-Regular.woff2') format('woff2'),
url('Sentient-Regular.woff') format('woff');
font-weight: normal;
font-display: swap;
font-style: normal;
}
@font-face {
font-family: 'Sentient';
src: url('Sentient-Italic.woff2') format('woff2'),
url('Sentient-Italic.woff') format('woff');
font-weight: normal;
font-display: swap;
font-style: italic;
}
@font-face {
font-family: 'Sentient';
src: url('Sentient-Bold.woff2') format('woff2'),
url('Sentient-Bold.woff') format('woff');
font-weight: 700;
font-display: swap;
font-style: normal;
}
@font-face {
font-family: 'Sentient';
src: url('Sentient-BoldItalic.woff2') format('woff2'),
url('Sentient-BoldItalic.woff') format('woff');
font-weight: 700;
font-display: swap;
font-style: italic;
}
/**
* This is a variable font
* You can control variable axes as shown below:
* font-variation-settings: wght 700.0wght 400.0;
*
* available axes:
'wght' (range from 200.0 to 700.0'wght' (range from 200.0 to 700.0
*/
@font-face {
font-family: 'Sentient-Variable';
src: url('Sentient-Variable.woff2') format('woff2'),
url('Sentient-Variable.woff') format('woff'),
url('Sentient-Variable.ttf') format('truetype');
font-weight: 200 700;
font-display: swap;
font-style: normal;
}
/**
* This is a variable font
* You can control variable axes as shown below:
* font-variation-settings: wght 700.0wght 400.0;
*
* available axes:
'wght' (range from 200.0 to 700.0'wght' (range from 200.0 to 700.0
*/
@font-face {
font-family: 'Sentient-VariableItalic';
src: url('Sentient-VariableItalic.woff2') format('woff2'),
url('Sentient-VariableItalic.woff') format('woff'),
url('Sentient-VariableItalic.ttf') format('truetype');
font-weight: 200 700;
font-display: swap;
font-style: italic;
}