NonInventPurchasingSystem/CPRNIMS.WebApps/wwwroot/css/poppins.css
2026-01-20 07:44:30 +08:00

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');
}