1 2 3 4 5 6
<!DOCTYPE html> <meta charset=utf-8> <style> .a { font-family: -apple-system, serif; font-size: 24px; } </style> <div class=a>This should NOT use the default serif font</div>