Thank you for the answer @diondesigns,
I tried to change the the code from
font-family : Kozuka Gothic Pr6n;
to
font-family: ‘KozGoPr6N-Regular-AlphaNum’;
but when I am doing this the font won’t change and still stays in Times new roman. On my laptop everything is fine and the font is showing perfectly as It should, but on random laptops the font is always loading the times font.
Maybe I am doing something wrong here ? ??
I did also add this directly to my child themes stylesheet :
@font-face {
font-family:”KozGoPr6N-Regular-AlphaNum”;
src: url(“fonts/KozGoPr6N-Regular-AlphaNum.eot”);
src: url(“fonts/KozGoPr6N-Regular-AlphaNum.eot?#iefix”) format(“embedded-opentype”),
url(“fonts/KozGoPr6N-Regular-AlphaNum.woff”) format(“woff”),
url(“fonts/KozGoPr6N-Regular-AlphaNum.ttf”) format(“truetype”),
url(“fonts/KozGoPr6N-Regular-AlphaNum.svg”) format(“svg”);
font-weight: normal;
font-style: normal;
}
because it was said here : https://help.us-themes.com/impreza/faq/
[Moderator note: Please, No bumping.