css - Google fonts not displaying on live site -


i did update code i'm working on website , reason google fonts have stopped working on site

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

i don't want copy , paste code in there's quite lot. else having problem or there error somewhere

why add text cv in style.css, remove it.

cv@charset "utf-8"; /* css document */  body {     font-family: 'roboto', sans-serif;     margin:0;     padding:0;     font-weight:300; } 

Comments

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

javascript - Complex json ng-repeat -

jquery - Cloning of rows and columns from the old table into the new with colSpan and rowSpan -