site/assets/fonts/poppins/poppins.css

19 lines
391 B
CSS
Raw Permalink Normal View History

@font-face {
font-family: 'Poppins';
src: url('Poppins-Regular.woff2') format('woff2');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'Poppins';
src: url('Poppins-Light.woff2') format('woff2');
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: 'Poppins';
src: url('Poppins-Thin.woff2') format('woff2');
font-weight: 100;
font-style: normal;
}