export function FontStyleItalicUtils() {

    return (
        <div className="k-font-italic">Lorem Ipsum</div>
    );
}
