It looks like there is an issue with the body font in general in the CSS. When you look at the CSS in ‘theme editor’ for the parent theme, Aneeq, there is this code:
@import url(‘https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i’);
body {
font-family: “Roboto”, sans-serif;
color: #6a6a6a;
font-size: 16px;
line-height: 27px;
font-weight: 400;
padding: 0;
margin: 0;
}
And this error message against the @import url line of code:
“There is 1 error which must be fixed before you can update this file.”