19 lines
391 B
CSS
19 lines
391 B
CSS
@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;
|
|
}
|