43 lines
1.3 KiB
CSS
43 lines
1.3 KiB
CSS
/**
|
|
* @license
|
|
*
|
|
* Font Family: Clash Display
|
|
* Designed by: Indian Type Foundry
|
|
* URL: https://www.fontshare.com/fonts/clash-display
|
|
* © 2025 Indian Type Foundry
|
|
*
|
|
* Clash Display Regular
|
|
* Clash Display Semibold
|
|
* Clash Display Bold
|
|
|
|
*
|
|
*/
|
|
@font-face {
|
|
font-family: 'Clash Display';
|
|
src: url('../assets/fonts/clash/ClashDisplay-Regular.woff2') format('woff2'),
|
|
url('../assets/fonts/clash/ClashDisplay-Regular.woff') format('woff'),
|
|
url('../assets/fonts/clash/ClashDisplay-Regular.ttf') format('truetype');
|
|
font-weight: 400;
|
|
font-display: swap;
|
|
font-style: normal;
|
|
}
|
|
@font-face {
|
|
font-family: 'Clash Display';
|
|
src: url('../assets/fonts/clash/ClashDisplay-Semibold.woff2') format('woff2'),
|
|
url('../assets/fonts/clash/ClashDisplay-Semibold.woff') format('woff'),
|
|
url('../assets/fonts/clash/ClashDisplay-Semibold.ttf') format('truetype');
|
|
font-weight: 600;
|
|
font-display: swap;
|
|
font-style: normal;
|
|
}
|
|
@font-face {
|
|
font-family: 'Clash Display';
|
|
src: url('../assets/fonts/clash/ClashDisplay-Bold.woff2') format('woff2'),
|
|
url('../assets/fonts/clash/ClashDisplay-Bold.woff') format('woff'),
|
|
url('../assets/fonts/clash/ClashDisplay-Bold.ttf') format('truetype');
|
|
font-weight: 700;
|
|
font-display: swap;
|
|
font-style: normal;
|
|
}
|
|
|