@porsche-design-system/components-angular
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) • 915 B
TypeScript
export declare const proseTextMdStyle: {
font: string;
color: string;
selectors: {
readonly '&:lang(zh-Hans), &:lang(zh-CN), &:lang(zh-SG)': {
readonly fontFamily: "'Porsche Next', 'PingFang SC', 'Microsoft YaHei', 'Noto Sans SC', 'Arial Narrow', Arial, sans-serif";
};
readonly '&:lang(zh-Hant), &:lang(zh-TW), &:lang(zh-HK), &:lang(zh-MO)': {
readonly fontFamily: "'Porsche Next', 'PingFang TC', 'Microsoft JhengHei', 'Noto Sans TC', 'Arial Narrow', Arial, sans-serif";
};
readonly '&:lang(ja)': {
readonly fontFamily: "'Porsche Next', 'Hiragino Sans', 'Yu Gothic', 'Noto Sans JP', 'Arial Narrow', Arial, sans-serif";
};
readonly '&:lang(ko)': {
readonly fontFamily: "'Porsche Next', 'Apple SD Gothic Neo', 'Malgun Gothic', 'Noto Sans KR', 'Arial Narrow', Arial, sans-serif";
};
};
};