Ok. I have disabled now Google fonts inside Supreme CP, and I have added this to the Custom CCS field i n Supreme’s CP:
.blog-item-details {
display: none;
}
.post-item-details {
display: none;
}
@import url(http://fonts.googleapis.com/css?family=Dosis:500|Ubuntu:400,500,700|Roboto:400,500,400italic,700,700italic|Roboto+Condensed:400,700|Roboto+Slab:400,700&subset=latin,latin-ext);
}
body, div, p, a, h1, h2, h3, h4, h5, h6{font-family:'Ubuntu'}
But, nothing happens. When I open fornt page I do not see google fonts, and in Source code I have found this:
//fonts.googleapis.com/css?family=Open+Sans%3A300italic%2C400italic%2C600italic%2C300%2C400%2C600&subset=latin%2Clatin-ext&ver=3.8.1' type='text/css' media='all' />