The code for webfont.html is: <!DOCTYPE html> <html lang="en"> <head> <title>Web font demo</title> <meta charset="utf-8"> <link href="style.css" rel="stylesheet"> </head> <body> <h1>Web font demo</h1> <p> This paragraph is displayed in the browser default font. </p> <p class="sans"> This paragraph should use the sansation_light.woff file to display the font. <b>This is some fold using the sansation_bold.woff file.</b> </p> <div> Alfissa text <b>in bold.</b> </div> </body> </html>