UNPKG

@porsche-design-system/components-js

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.

11 lines (7 loc) 348 B
'use strict'; var displayShared = require('./displayShared.cjs'); var fontSizeDisplayLarge = require('../../font/fontSizeDisplayLarge.cjs'); const displayLargeStyle = { font: `${displayShared._displayFontPartA}${fontSizeDisplayLarge.fontSizeDisplayLarge}${displayShared._displayFontPartB}`, }; exports.displayLargeStyle = displayLargeStyle;