@utrecht/components
Version:
Components for the Municipality of Utrecht based on the NL Design System architecture
15 lines (14 loc) • 330 B
CSS
/**
* @license EUPL-1.2
* Copyright (c) 2021 Robbert Broersma
*/
/**
* @license EUPL-1.2
* Copyright (c) 2021 Robbert Broersma
*/
.utrecht-emphasis--stressed {
font-style: var(--utrecht-emphasis-stressed-font-style, italic);
}
.utrecht-emphasis--strong {
font-weight: var(--utrecht-emphasis-strong-font-weight, bold);
}