nericardo
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Font issuelike helvetica 45
Forum: Fixing WordPress
In reply to: Font issueok the first stuff just worked, it seems that the server was refreshing, now where can i see the available fonts, i dont know arial seems too commom and i wanna try some different fonts.
Forum: Fixing WordPress
In reply to: Font issuesorry but i have no idea how to do that, where im i suposed to look for what you are showing? and what im i supposed to do when i find it.
Forum: Fixing WordPress
In reply to: Font issuewell i changed the font to what you said and deleted de src code, i went back to the site and still has the same font, like it had no effect. ill wait a couple mintes to see if the servers need to refresh or something
my site is http://www.tripandtraveldr.com
Forum: Fixing WordPress
In reply to: Font issueok well thnx dude, lets see how it goes
have a good evening
Forum: Fixing WordPress
In reply to: Font issueok ill try that, but what should i do with this code that follows ?
src: url(‘images/fonts/BonvenoCF-Light.otf’) format(‘opentype’);
}Forum: Fixing WordPress
In reply to: Font issuei hope you are talking about this..
/* General Styling */
@font-face {
font-family: ‘BonvenoCF-Light’;
src: url(‘images/fonts/BonvenoCF-Light.otf’) format(‘opentype’);
}
h1, h2, h3, h4, h5, h6 {
font-family: ‘BonvenoCF-Light’, Arial;
font-weight: normal;
margin: 0;
padding: 0 0 10px 0;
text-transform: uppercase;
}
h1 {
font-size: 20pt;
line-height: 20pt;
font-weight: bold;
}…