46 lines
1.7 KiB
SCSS
46 lines
1.7 KiB
SCSS
@font-face {
|
|
font-family: 'Nunito';
|
|
src: url('../../fonts/Nunito/Nunito-Light.eot');
|
|
src: url('../../fonts/Nunito/Nunito-Light.eot?#iefix') format('embedded-opentype'),
|
|
url('../../fonts/Nunito/Nunito-Light.woff2') format('woff2'),
|
|
url('../../fonts/Nunito/Nunito-Light.woff') format('woff'),
|
|
url('../../fonts/Nunito/Nunito-Light.ttf') format('truetype');
|
|
font-weight: 300;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Nunito';
|
|
src: url('../../fonts/Nunito/Nunito-Bold.eot');
|
|
src: url('../../fonts/Nunito/Nunito-Bold.eot?#iefix') format('embedded-opentype'),
|
|
url('../../fonts/Nunito/Nunito-Bold.woff2') format('woff2'),
|
|
url('../../fonts/Nunito/Nunito-Bold.woff') format('woff'),
|
|
url('../../fonts/Nunito/Nunito-Bold.ttf') format('truetype');
|
|
font-weight: bold;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Nunito';
|
|
src: url('../../fonts/Nunito/Nunito-SemiBold.eot');
|
|
src: url('../../fonts/Nunito/Nunito-SemiBold.eot?#iefix') format('embedded-opentype'),
|
|
url('../../fonts/Nunito/Nunito-SemiBold.woff2') format('woff2'),
|
|
url('../../fonts/Nunito/Nunito-SemiBold.woff') format('woff'),
|
|
url('../../fonts/Nunito/Nunito-SemiBold.ttf') format('truetype');
|
|
font-weight: 500;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Nunito';
|
|
src: url('../../fonts/Nunito/Nunito-Regular.eot');
|
|
src: url('../../fonts/Nunito/Nunito-Regular.eot?#iefix') format('embedded-opentype'),
|
|
url('../../fonts/Nunito/Nunito-Regular.woff2') format('woff2'),
|
|
url('../../fonts/Nunito/Nunito-Regular.woff') format('woff'),
|
|
url('../../fonts/Nunito/Nunito-Regular.ttf') format('truetype');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
|