custom font is not working.

Posted in: Newspaper
Post count: 5

I upload font in “font” folder and tried to use custom font.But,nothing change.

CUSTOM FONT FILE : http://….com/font/my-font.woff
CUSTOM FONT FAMILY: my-font

info1: font folder is located under domain folder.
info2: I can selest my-font in custom typography.
—————————————————————–
When I add this code to css,it worked.

@font-face {
font-family: ‘my-font’;
src: url(‘my-font.woff’);
}
h1{font-family: ‘my-font’;}

Can you give me solution to this.
Thanks,

  • This topic was modified 11 years by TOMOSUN.
  • This topic was modified 11 years by TOMOSUN.
Post count: 6600

Hi,

Please follow this guide and make sure you have added the custom font right: https://forum.tagdiv.com/how-to-use-custom-fonts/

Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.