AceUI provides various text utility classes for typography.
You can either use semantic HTML heading tags or class 'h1', 'h2', 'h3', 'h4', 'h5' and 'h6' for headings.
AceUI has font weights classes as, 'text-light' for font weight 300, 'text-regular' for font weight 400,'text-semibold' for font weight 500,'text-bold' for font weight 700 & 'text-bolder' for font weight 900.
Use class 'text-xl', 'text-lg', 'text-md', 'text-sm' and 'text-xs' for xtra large, large, medium, small and extra small text.
Use class 'text-strike-through', 'text-underline', 'text-gray' for Strikethrough, underlined & gray text. Use class 'text-right', 'text-left' and 'text-center' for right, left and center aligned text respectively.