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