Search code examples
cssfontsgoogle-font-api

Google fonts not displaying on live site


I recently did an update to the code I'm working on for a website and for some reason Google fonts have stopped working on the site

http://www.gezzamondo.co.uk/simple.html

I don't want to copy and paste all the code in as there's quite a lot. Anyone else having this problem just now or is there an error somewhere


Solution

  • Why you add a text CV in your style.css, remove it.

    CV@charset "UTF-8";
    /* CSS Document */
    
    body {
        font-family: 'Roboto', sans-serif;
        margin:0;
        padding:0;
        font-weight:300;
    }