HTML
CSS
JavaScript
<p>This is an example text with custom font family.</p>
p { font-family: 'Arial', sans-serif; }
// No JavaScript required for this demo
This is an example text with custom font family.