I would like to upload new fonts to my Dazzle theme. Can you please let me know how I go about this as they aren’t google fonts.
Cheers
Russjes
I would like to upload new fonts to my Dazzle theme. Can you please let me know how I go about this as they aren’t google fonts.
Cheers
Russjes
Hi
You can use @font-face:
@font-face { font-family: myFirstFont; src: url(sansation_light.woff); }
Or
@import url('https://fonts.googleapis.com/css?family=googlefontname:400,400i,500,500i,600,600i,700,700i');
Into your theme css file. and have to replace/overwrite the currently using font.
Otherwise contact theme Author and let them know How to Contact your purchased theme Author, theme author will be happy to assist you.
Thanks