itm325-projects/Assignment3/Assignment3/assets/css/fonts.css

40 lines
814 B
CSS

@font-face {
font-family: 'Quicksand';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url("../fonts/Quicksand-Light.ttf");
}
@font-face {
font-family: 'Quicksand';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url("../fonts/Quicksand-Regular.ttf");
}
@font-face {
font-family: 'Quicksand';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url("../fonts/Quicksand-Medium.ttf");
}
@font-face {
font-family: 'Quicksand';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url("../fonts/Quicksand-SemiBold.ttf");
}
@font-face {
font-family: 'Quicksand';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url("../fonts/Quicksand-Bold.ttf");
}