Font not showing but installed and defined
-
Hi guys,
first thanks for reading my post. I have a problem with my font here. I installed the font and defined it with css but now I saw that on random computers still Times New Roman is showing. Is anybody able to help here? I am using the latest version of WordPress and the Impreza theme. I uploaded all the files in my child-theme folder under wp-content. So there are the style.css the woff, ttf, svg, otf and eot files.The styles.css looks like this :
@font-face {
font-family: ‘KozGoPr6N-Regular-AlphaNum’;
src: url(‘KozGoPr6N-Regular-AlphaNum.eot’) format(’embedded-opentype’);
font-weight: normal;
font-style: normal;
}@font-face {
font-family: ‘KozGoPr6N-Regular-AlphaNum’;
src: url(‘KozGoPr6N-Regular-AlphaNum.otf’) format(‘opentype’),
url(data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAVj4ABAAAAAE9lQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAFX+AAAABoA………….format(‘woff’), url(‘KozGoPr6N-Regular-AlphaNum.ttf’) format(‘truetype’), url(‘KozGoPr6N-Regular-AlphaNum.svg#KozGoPr6N-Regular-AlphaNum’) format(‘svg’);
font-weight: normal;
font-style: normal;
}And then in my styles.css for editing my theme I just use the code :
font-family : Kozuka Gothic Pr6n;I hope you guys are smarter then I am.
CheersThe page I need help with: [log in to see the link]
- The topic ‘Font not showing but installed and defined’ is closed to new replies.