Hello. I have read all relevant posts on this topic, but cannot find the solution. I’m at my wit’s end! I’m hoping you can help. Please see attached image of the fonts on my Bluehost.com server.
My client has given me a custom font set (National Book, National Medium and National Bold). No matter what I try, I cannot get this font to load. I’ve tried each type of font- .ttf, .otf, .svg, .woff and none will display. I also was given custom font set for the font “Domain Display” and it is loading fine following the same protocol.
Below is the CSS I have loaded into the Home Page custom CSS. Do you see anything wrong? This is killin’ me!
Michael
In the below example, I’m only showing the CSS for the “Book” version.
@font-face {
font-family: “NationalTest-Book”;
src: url(“https://athletechnews.com//public_html/wp-content/themes/pro-child/fonts/NationalTest-Book.ttf”);
font-style: normal;
font-weight: normal;
}
/CSS Selector below is confirmed correct/
#post-grid-3408 .element_2 {
font-family: NationalTest-Book;
font-weight: normal;
font-style: normal;
font-size: 24px !important;
position: relative;
top: -20px;
text-align: center !important;
letter-spacing: .050em;
}
/Highlited in image below shows font on server/


