UNPKG

@utrecht/components

Version:

Components for the Municipality of Utrecht based on the NL Design System architecture

17 lines 502 B
/** * @license EUPL-1.2 * Copyright (c) 2021 Robbert Broersma */ /** * @license EUPL-1.2 * Copyright (c) 2021 Robbert Broersma */ /* stylelint-disable-next-line block-no-empty */ /* Not all fonts support the OpenType `subs` characters, and fonts that support it don't suppor all characters. * Use the optimized OpenType rendering only in situations where you know it will work. */ .utrecht-subscript--open-type { font-size: inherit; font-variant-position: sub; vertical-align: baseline; }