42 lines
1.0 KiB
CSS
42 lines
1.0 KiB
CSS
|
|
@font-face {
|
|
font-family: 'Poppins';
|
|
font-style: normal;
|
|
font-weight: 200;
|
|
src: url('../lib/google-fonts/poppins/poppins-thin.ttf') format('truetype');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Poppins';
|
|
font-style: normal;
|
|
font-weight: 300;
|
|
src: url('../lib/google-fonts/poppins/poppins-light.ttf') format('truetype');
|
|
}
|
|
@font-face {
|
|
font-family: 'Poppins';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src: url('../lib/google-fonts/poppins/poppins-regular.ttf') format('truetype');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Poppins';
|
|
font-style: normal;
|
|
font-weight: 500;
|
|
src: url('../lib/google-fonts/poppins/poppins-medium.ttf') format('truetype');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Poppins';
|
|
font-style: normal;
|
|
font-weight: 600;
|
|
src: url('../lib/google-fonts/poppins/poppins-semibold.ttf') format('truetype');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Poppins';
|
|
font-style: normal;
|
|
font-weight: 700;
|
|
src: url('../lib/google-fonts/poppins/poppins-bold.ttf') format('truetype');
|
|
}
|