86 lines
2.1 KiB
CSS
86 lines
2.1 KiB
CSS
/**
|
|
* @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;
|
|
}
|
|
|