@porsche-design-system/components-react
Version:
Porsche Design System is a component library designed to help developers create the best experience for software or services distributed by Dr. Ing. h.c. F. Porsche AG.
19 lines (18 loc) • 335 B
CSS
html,
body {
margin: 0;
padding: 0;
font-family: var(
--p-font-porsche-next,
"Porsche Next",
"Arial Narrow",
Arial,
"Heiti SC",
SimHei,
sans-serif
);
line-height: var(--p-leading-normal, calc(6px + 2.125ex));
letter-spacing: normal;
text-size-adjust: none;
-webkit-text-size-adjust: none;
}