Hi, may I know where do I have to add it?
I add it here but the font still didn’t change.
body, h1, h2, h3, h4, h5, h6, a {font-family:kingThings !important;}
Find this code:-
@font-face{
font-family:kingThings;
src:url(‘http://vulgarsg.com/home/vulgarsg/public_html/wp-content/themes/neighborhood/css/font/Kingthings_Foundation.ttf’) format (“truetype”);
}
Change to :-
@font-face{
font-family:kingThings;
src:url(‘http://vulgarsg.com/wp-content/themes/neighborhood/css/font/Kingthings_Foundation.ttf’) format (“truetype”);
}
I have removed home/vulgarsg/public_html from fonts path.