Web.QHMIT
.com
Toggle navigation
☰
Home
HTML
CSS
Scripting
Database
Run
<!doctype html> <title>Example</title> <style> /* The normal face */ @font-face { font-family: "Roboto"; font-stretch: normal; font-weight: 400; src: url(/samples/fonts/roboto.woff2) format("woff2"); } body { font-family: Roboto, serif; font-size: 8vw; background: beige; } .condensed { font-stretch: condensed; } </style> <p>Sesquipedalian</p> <p class="condensed">Sesquipedalian</p>
Preview