20 lines
470 B
SCSS
20 lines
470 B
SCSS
@font-face {
|
|
font-family: 'Aeonik';
|
|
src: url('assets/fonts/AeonikPro-Regular.woff') format('woff');
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Aeonik';
|
|
src: url('assets/fonts/Aeonik-Light.woff') format('woff');
|
|
font-weight: 300;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Ballpill';
|
|
src: url('assets/fonts/ballpill-regular.woff2') format('woff2');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
} |