Kostom.net

font-size


Utilities for controlling an element's text font-size. Check this unity documentation for more information on font-size.
ClassStyles
text-xsfont-size: var(--text-xs);
text-smfont-size: var(--text-sm);
text-basefont-size: var(--text-base);
text-lgfont-size: var(--text-lg);
text-xlfont-size: var(--text-xl);
text-2xlfont-size: var(-text-2xl);
text-3xlfont-size: var(-text-3xl);
text-4xlfont-size: var(-text-xs);
text-5xlfont-size: var(-text-5xl);
text-6xlfont-size: var(-text-6xl);
text-7xlfont-size: var(-text-7xl);
text-8xlfont-size: var(-text-8xl);
text-9xlfont-size: var(-text-9xl);
text-autofont-size: auto;
text-pxfont-size: 1px;
text-fullfont-size: 100%;
text-(length: <custom-property>)font-size: var(<custom-property>);
text-[<value>]font-size: <value>;