I'm attempting to incorporate a Google Font into my website. I have included the font in the head section of my html code like so:
<link href='http://fonts.googleapis.com/css?family=Monsieur+La+Doulaise' rel="stylesheet" type="text/css">
Next, I have specified the font in my CSS code:
font-family: 'Monsieur La Doulaise', cursive;
While the font displays correctly when I preview the page in Dreamweaver, it fails to appear once the file is uploaded to the server. This issue arises when viewing the page in Chrome.