How to change font of the website
-
Hello!
I’m trying to change the font of my website and i’m using this theme, but i have to use the Myriad Pro font.
I already installed the font in the local computer where i’m developping the website, copy and pasted the font files to the font folder in the wordpress directory and also tried to follow the tips about this that i found here in the Frontier’s support forum, but without success.
I placed this in the top of the Frontier’s style.css:
@font-face {
font-family: Myriad Pro;
src: local(‘MyriadPro-Regular’),
url(“fonts/MyriadPro-Regular.otf”) format(‘truetype’);
font-weight: normal;
}I also changed the “font-familly” in all over style.css like this:
font-family: “Myriad Pro”, “Gill Sans”, “Gill Sans MT”, Calibri, sans-serif;
The point is: it doesn’t work, the website still with the same appearence!
Please, i hope you help me!
Grateful already!
- The topic ‘How to change font of the website’ is closed to new replies.