@patternfly/patternfly
Version:
Assets, source, tooling, and content for PatternFly 4
53 lines • 2.65 kB
CSS
.pf-v5-c-title {
--pf-v5-c-title--FontFamily: var(--pf-v5-global--FontFamily--heading);
--pf-v5-c-title--m-4xl--LineHeight: var(--pf-v5-global--LineHeight--sm);
--pf-v5-c-title--m-4xl--FontSize: var(--pf-v5-global--FontSize--4xl);
--pf-v5-c-title--m-4xl--FontWeight: var(--pf-v5-global--FontWeight--normal);
--pf-v5-c-title--m-3xl--LineHeight: var(--pf-v5-global--LineHeight--sm);
--pf-v5-c-title--m-3xl--FontSize: var(--pf-v5-global--FontSize--3xl);
--pf-v5-c-title--m-3xl--FontWeight: var(--pf-v5-global--FontWeight--normal);
--pf-v5-c-title--m-2xl--LineHeight: var(--pf-v5-global--LineHeight--sm);
--pf-v5-c-title--m-2xl--FontSize: var(--pf-v5-global--FontSize--2xl);
--pf-v5-c-title--m-2xl--FontWeight: var(--pf-v5-global--FontWeight--normal);
--pf-v5-c-title--m-xl--LineHeight: var(--pf-v5-global--LineHeight--md);
--pf-v5-c-title--m-xl--FontSize: var(--pf-v5-global--FontSize--xl);
--pf-v5-c-title--m-xl--FontWeight: var(--pf-v5-global--FontWeight--normal);
--pf-v5-c-title--m-lg--LineHeight: var(--pf-v5-global--LineHeight--md);
--pf-v5-c-title--m-lg--FontSize: var(--pf-v5-global--FontSize--lg);
--pf-v5-c-title--m-lg--FontWeight: var(--pf-v5-global--FontWeight--normal);
--pf-v5-c-title--m-md--LineHeight: var(--pf-v5-global--LineHeight--md);
--pf-v5-c-title--m-md--FontSize: var(--pf-v5-global--FontSize--md);
--pf-v5-c-title--m-md--FontWeight: var(--pf-v5-global--FontWeight--normal);
font-family: var(--pf-v5-c-title--FontFamily);
word-break: break-word;
}
.pf-v5-c-title.pf-m-4xl {
font-size: var(--pf-v5-c-title--m-4xl--FontSize);
font-weight: var(--pf-v5-c-title--m-4xl--FontWeight);
line-height: var(--pf-v5-c-title--m-4xl--LineHeight);
}
.pf-v5-c-title.pf-m-3xl {
font-size: var(--pf-v5-c-title--m-3xl--FontSize);
font-weight: var(--pf-v5-c-title--m-3xl--FontWeight);
line-height: var(--pf-v5-c-title--m-3xl--LineHeight);
}
.pf-v5-c-title.pf-m-2xl {
font-size: var(--pf-v5-c-title--m-2xl--FontSize);
font-weight: var(--pf-v5-c-title--m-2xl--FontWeight);
line-height: var(--pf-v5-c-title--m-2xl--LineHeight);
}
.pf-v5-c-title.pf-m-xl {
font-size: var(--pf-v5-c-title--m-xl--FontSize);
font-weight: var(--pf-v5-c-title--m-xl--FontWeight);
line-height: var(--pf-v5-c-title--m-xl--LineHeight);
}
.pf-v5-c-title.pf-m-lg {
font-size: var(--pf-v5-c-title--m-lg--FontSize);
font-weight: var(--pf-v5-c-title--m-lg--FontWeight);
line-height: var(--pf-v5-c-title--m-lg--LineHeight);
}
.pf-v5-c-title.pf-m-md {
font-size: var(--pf-v5-c-title--m-md--FontSize);
font-weight: var(--pf-v5-c-title--m-md--FontWeight);
line-height: var(--pf-v5-c-title--m-md--LineHeight);
}