I have a problem with the font-family on a page where I am using the google maps APIv3
On the page with Google Maps, my font changes to something else then my configured font-family, when I don't have this problem on any other page.
This is the code for importing the Google Maps API, I don't know if there is something wrong here.
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?v=3.exp&sensor=false"></script>
The font I am using is from the fonts.googleapis.com, if I change the font-family to something installed on my PC, let's say 'Consolas', there is no problem with the font
<link href='http://fonts.googleapis.com/css?family=Roboto:300' rel='stylesheet' type='text/css'>
If i leave this line out, the font changes back to the configured font-family from fonts.googleapis.com.
Anybody had the same problem before? Can't figure out a solution.
If you want to see my problem first hand, its the following website 'Home' and 'Contact' page (website stil under construction)
Jacob