Editor Arrow Download Open
<!DOCTYPE html> <html> <head> <title>CSS Font Variant</title> </head> <body> <p style="font-variant: small-caps">This text is represent font variant.</p> </body> </html>
  Preview Arrow