1 2 3 4 5 6
<!DOCTYPE html> <meta charset=utf-8> <style> .test { font: 24px -apple-system; } </style> <div class=test>Does italic style work?</div>