You can utilize the textual style property to set all the textual style properties immediately. For example:
<!DOCTYPE html> <html lang="en"> <head> </head> <body> <p style="font: italic 25px algerian;"> Lorem ipsum dolor sit amet consectetur adipisicing elit. Nemo, id excepturi inventore non fugit rerum ratione est assumenda tenetur a! Id voluptas tempora est consequatur excepturi debitis, facere quo laudantium! </p> </body> </html> Output: