Editor ► Run
Copy
<p>This is a paragraph text</p> 
    <div>This is a text inside div</div> 
    <h1>This is a h1 text</h1> 
    <h2>This is a h2 text</h2> 
    <span>This is a text inside div</span>
Copy
p {font-family:"Times New Roman", Garamond;} 
        div {font-family:"Arial"} 
        h1 {font-family:"Times New Roman", Garamond;} 
        h2 {font-family:"Arial"} 
        span {font-family:"Arial"} 
Copy

                
CSS Fonts - Font Family