@utrecht/document-css
Version:
Document component for the Municipality of Utrecht based on the NL Design System architecture
22 lines • 750 B
CSS
/**
* @license EUPL-1.2
* Copyright (c) 2020-2024 Frameless B.V.
* Copyright (c) 2021-2024 Gemeente Utrecht
*/
body {
-webkit-font-smoothing: auto ;
-moz-osx-font-smoothing: auto ;
color: var(--utrecht-document-color, inherit);
font-family: var(--utrecht-document-font-family, inherit);
font-size: var(--utrecht-document-font-size, inherit);
font-weight: var(--utrecht-document-font-weight, inherit);
line-height: var(--utrecht-document-line-height, inherit);
text-rendering: optimizeLegibility;
-moz-text-size-adjust: none;
-webkit-text-size-adjust: none;
text-size-adjust: none;
background-color: var(--utrecht-document-background-color, inherit);
}
body :lang(ar) {
letter-spacing: 0 ;
}