Tagged: ie, not loading, webfonts
-
AuthorPosts
-
June 3, 2014 at 8:15 pm #274162
Hey guys, I’d appreciate any kind of guidance or help with my issue
I have tried loading web fonts into my Enfold theme in the Edit CSS section of WordPress by using
body {
font-family: ‘Helvetica Neue’, Fallback, sans-serif;
}
@font-face {
font-family: ‘Helvetica Neue’;
src: url(‘webfont.eot’);
src:url(‘webfont.eot?#iefix’) format(’embedded-opentype’), url(‘webfont.woff’) format(‘woff’), url(‘webfont.ttf’) format(‘truetype’), url(‘webfont.svg#svgFontName’) format(“svg”);
}and my client is still saying the web font Helvetice Neue is still not visible,
is there a proper area to edit or add this feature in Enfold theme?
or a different way of doing it?Thank you a head of time for your help
Colin J
June 3, 2014 at 8:24 pm #274171Hi Colin!
1. Are you putting this code in the Quick CSS?
2. Where are these font files located in your server?
3. Which version of IE is presenting this issues?
4. Can you post a link to the website?Best regards,
JosueJune 3, 2014 at 9:05 pm #274189Hey Josue thanks for your response
I am putting the code in the
Appearance>Edit CSS stylesheetI am not aware of where the font files are located, which directory in the server are they usually located?
Also not exactly sure which version of IE it is not working for, I personally do not have IE since I run on Mac
but my client does and is seeing only Times New Roman fontthe site is
shareholderapp.comThanks
Colin JJune 3, 2014 at 9:12 pm #274192You are seeing Helvetica Neue because Mac systems do have that font installed, i think the best thing you can do is to make an Arial fallback for Windows users:
body { font-family: ‘Helvetica Neue’, 'Arial', sans-serif; }
Best regards,
JosueJune 3, 2014 at 9:16 pm #274195Alright is there a certain spot I should put that CSS?
Also, is there not a way to install Helvetica Neue for windows to be visible?
Thanks
ColinJune 3, 2014 at 9:20 pm #274199There is, but that’s something we can’t help from our side unfortunately, try contacting someone from Codeable.
Alternatively, you can look for a similar font here (these are way easier to include):
http://www.google.com/fontsCheers!
Josue -
AuthorPosts
- You must be logged in to reply to this topic.