Web.QHMIT
.com
Toggle navigation
☰
Home
HTML
CSS
Scripting
Database
Run
<!DOCTYPE html> <title>My Example</title> <style> .example { font-family: Helvetica, Arial, sans-serif; font-size: 4vw; } </style> <p class="example">Some random text to demonstrate the effect.</p> <p>Helvetica will be used if the user's system has it, otherwise Arial will be used. If Arial isn't available, then the system's default sans-serif font will be used.</p>
Preview