19 lines
392 B
SCSS
19 lines
392 B
SCSS
@font-face {
|
|
font-family: 'Manrope-Regular';
|
|
src: url('@/assets/fonts/Manrope-Regular.ttf');
|
|
}
|
|
@font-face {
|
|
font-family: 'Manrope-Medium';
|
|
src: url('@/assets/fonts/Manrope-Medium.ttf');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Manrope-Bold';
|
|
src: url('@/assets/fonts/Manrope-Bold.ttf');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Manrope-SemiBold';
|
|
src: url('@/assets/fonts/Manrope-SemiBold.ttf');
|
|
}
|