In xr_fonts.css I see the following:

@import url(http://fonts.googleapis.com/css?fami...subset=latin);

In custom_styles.css I see the following:

.Thin_Head1 {font-family:'Roboto';font-weight:250;font-size:60px;color:#0463A0;letter-spacing:-0.0em;}

Seems to me the fonts.css file has the reference to the Google api. Am I reading this wrong?