Hi all,
How can you install/use different fonts for body content in Pages and Posts?
Hi all,
How can you install/use different fonts for body content in Pages and Posts?
Fonts are not installed in wordpress they are installed on computers and wordpress in style.css sets what fonts to use so if you want change fonts you will need to make change. in style.css.
Each theme is coded differently basically you will be looking for
font-family: Tahoma,Arial,Helvetica,Sans-Serif;
in this case Tahoma is first choice and if not found Arial and so on so there are choice of four fonts.
You must log in to post.