Setup Astro project and start working on placeholder page
This commit is contained in:
@@ -0,0 +1,42 @@
|
||||
/**
|
||||
* @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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user