a) First download .TTF file of font you want.
b) then put it in folder fonts.
c) then in css file u are using e.g. style.css
d) copy the code shown below :-
@font-face{
font-family: test;
src: url("http://abc.com/abc/wp-content/themes/abc/css/fonts/abc.ttf")
}
e) And use the font where you wont.
b) then put it in folder fonts.
c) then in css file u are using e.g. style.css
d) copy the code shown below :-
@font-face{
font-family: test;
src: url("http://abc.com/abc/wp-content/themes/abc/css/fonts/abc.ttf")
}
e) And use the font where you wont.
Comments
Post a Comment