@naturacosmeticos/natds-themes
Version:
The single source of truth for Natura Design System tokens.
38 lines (33 loc) • 1.2 kB
CSS
@font-face {
font-family: 'Montserrat';
src: url('montserrat_bold.eot');
src: url('montserrat_bold.eot?#iefix') format('embedded-opentype'),
url('montserrat_bold.woff2') format('woff2'),
url('montserrat_bold.woff') format('woff'),
url('montserrat_bold.ttf') format('truetype');
font-weight: 700;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Montserrat';
src: url('montserrat_semi_bold.eot');
src: url('montserrat_semi_bold.eot?#iefix') format('embedded-opentype'),
url('montserrat_semi_bold.woff2') format('woff2'),
url('montserrat_semi_bold.woff') format('woff'),
url('montserrat_semi_bold.ttf') format('truetype');
font-weight: 600;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Montserrat';
src: url('montserrat_regular.eot');
src: url('montserrat_regular.eot?#iefix') format('embedded-opentype'),
url('montserrat_regular.woff2') format('woff2'),
url('montserrat_regular.woff') format('woff'),
url('montserrat_regular.ttf') format('truetype');
font-weight: 400;
font-style: normal;
font-display: swap;
}