The website doesn't appear secure and it's likely the way the fonts are loading. How to fix this? This is from the main style.css file:
@font-face {
font-family: 'theSerif';
src: url(fonts/TheSerif_B4_Bold_.eot),
url(fonts/TheSerif_B4_Bold_.woff) format("woff");
font-weight: 800;
font-style: normal;
}
Or, is it something else?
The website doesn't appear secure and it's likely the way the fonts are loading. How to fix this? This is from the main
style.cssfile:Or, is it something else?