@naturacosmeticos/natds-themes
Version:
The single source of truth for Natura Design System tokens.
23 lines (20 loc) • 647 B
CSS
@font-face {
font-family: 'Roboto';
src: url('roboto_regular.eot');
src: url('roboto_regular.eot?#iefix') format('embedded-opentype'),
url('roboto_regular.woff2') format('woff2'),
url('roboto_regular.woff') format('woff');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Roboto';
src: url('roboto_medium.eot');
src: url('roboto_medium.eot?#iefix') format('embedded-opentype'),
url('roboto_medium.woff2') format('woff2'),
url('roboto_medium.woff') format('woff');
font-weight: 500;
font-style: normal;
font-display: swap;
}