The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.
|
 |
|
Dev Shed Forums
> Web Design
> CSS Help
|
New Member - Entypo Font Not Displaying
Discuss Entypo Font Not Displaying in the CSS Help forum on Dev Shed. Entypo Font Not Displaying Cascading Style Sheets (CSS) forum discussing all levels of CSS, including CSS1, CSS2 and CSS Positioning. CSS provides a robust way of applying standardized design concepts to your web pages.
|
|
 |
|
|
|
|

Dev Shed Forums Sponsor:
|
|
|

September 25th, 2012, 03:15 PM
|
|
Registered User
|
|
Join Date: Sep 2012
Posts: 26
Time spent in forums: 5 h 11 m 52 sec
Reputation Power: 0
|
|
|
New Member - Entypo Font Not Displaying
I moved this site over to its official domain and now the glyphs for the Entypo Font aren't displaying properly. The main site (www.northwesternesse.com) has charset encoding of iso-8859-1, while the site I just completed, done in HTML5, has a charset of utf-8. Do they both have to be the same? If so, which one should I go with?
www.northwesternesse.com/hobbitnews
Here's the CSS code for the font glyphs. The paths are correct:
@font-face {
font-family: 'EntypoRegular';
src: url('../fonts/Entypo-webfont.eot');
src: url('../fonts/Entypo-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/Entypo-webfont.woff') format('woff'),
url('../fonts/Entypo-webfont.ttf') format('truetype'),
url('../fonts/Entypo-webfont.svg#EntypoRegular') format('svg');
font-weight: normal;
font-style: normal;
}
ul#join li a {
background: transparent;
display: block;
margin: 0;
opacity: .75;
padding: 10px 0 10px 10px;
text-decoration: none;
-webkit-transition: all .2s ease;
-moz-transition: all .2s ease;
-o-transition: all .2s ease;
transition: all .2s ease;
}
ul#join li a:before {
content: '';
display: inline-block;
font-family: 'EntypoRegular';
font-weight: normal;
font-size: 40px;
line-height: .5px;
margin: -3px 10px 0 0;
vertical-align: middle;
}
|

September 25th, 2012, 03:30 PM
|
 |
CSS & JS/DOM Adept
|
|
Join Date: Jul 2004
Location: USA
|
|
|
It's generally recommended that UTF-8 be used, but use whichever one you've been using while you were developing the site.
|

September 25th, 2012, 05:33 PM
|
|
Registered User
|
|
Join Date: Sep 2012
Posts: 26
Time spent in forums: 5 h 11 m 52 sec
Reputation Power: 0
|
|
|
Well I developed the main site years ago...but I just completed the Hobbit News part of it in HTML5. The glyphs font worked fine when the site was on my domain but now that I've moved it over to its own folder on the www.northwesternesse.com domain, they aren't working. I'll try changing the charset for the main site.
Okay just changed the main site to UTF-8, but the font still isn't showing correctly.
Here's the link where it's working okay:
debbierking.com/hobbitnews
And the site where the glyphs aren't displaying:
northwesternesse.com/hobbitnews
|

September 26th, 2012, 04:04 PM
|
 |
For POny!
|
|
Join Date: Apr 2012
Location: Amsterdam
|
|
Hi,
I just check this issue on my old computer and it looks like your don't have the font files on
northwesternesse.com/hobbitnews/fonts/Entypo-webfont.ttf
You mind want to have a look at that. Just wondering though. If you only use this font for this little icons, Why not save your self some header requests and use data urls . Pretty nice too. certainly if you are pumping html5 through your side like its wildfire :P
hope this helps!
ciao!
P.s. as a side not, the content property is a pain in the *** to debug 
|

September 26th, 2012, 07:08 PM
|
|
Registered User
|
|
Join Date: Sep 2012
Posts: 26
Time spent in forums: 5 h 11 m 52 sec
Reputation Power: 0
|
|
|
The Entypo files are in the fonts folder on the server, including the .ttf file. Am not sure why you're not seeing it.
How would you use data urls? Would that solve this problem?
|

September 26th, 2012, 07:30 PM
|
 |
Lost in code
|
|
|
|
|
The font URLs are returning 404's for me too, that's why they're not showing up. If you visit
www.northwesternesse.com/fonts/Entypo-webfont.eot
You'll see that you get a 404 error.
|

September 26th, 2012, 07:32 PM
|
 |
For POny!
|
|
Join Date: Apr 2012
Location: Amsterdam
|
|
Quote: | Originally Posted by DesignLady94 The Entypo files are in the fonts folder on the server, including the .ttf file. Am not sure why you're not seeing it.
How would you use data urls? Would that solve this problem? |
They are not on your server.
I linked an article that explains how to use those data urls. If you only use that complete font stuff to link 3 social media icons, I would recommend looking in alternatives like that. (sprites are a nice way to go to, which can also be imported as data)
P.s. if those fonts are on that sever can you give a direct link?
|

September 26th, 2012, 07:43 PM
|
|
Registered User
|
|
Join Date: Sep 2012
Posts: 26
Time spent in forums: 5 h 11 m 52 sec
Reputation Power: 0
|
|
|
This makes no sense to me. The fonts are loaded on to the server but when you try to access them in the url they don't show up. I'm going to contact the server owner.
Am purposely wanting to use web-faced font glyphs and not images for hi-res display purposes.
|

September 26th, 2012, 07:45 PM
|
 |
For POny!
|
|
Join Date: Apr 2012
Location: Amsterdam
|
|
Quote: | Originally Posted by DesignLady94 This makes no sense to me. The fonts are loaded on to the server but when you try to access them in the url they don't show up. I'm going to contact the server owner.
Am purposely wanting to use web-faced font glyphs and not images for hi-res display purposes. |
weird stuff. Well in that case you made a good decision to have those fonts  just checking as a fellow designer 
|

September 26th, 2012, 08:19 PM
|
|
Registered User
|
|
Join Date: Sep 2012
Posts: 26
Time spent in forums: 5 h 11 m 52 sec
Reputation Power: 0
|
|
|
Okay a popup shows up now when you type this url in:
http://www.northwesternesse.com/hobbitnews/fonts/entypo-webfont.ttf and the same for .eot and .woff.
But the fonts still aren't displaying.
|

September 26th, 2012, 08:35 PM
|
 |
CSS & JS/DOM Adept
|
|
Join Date: Jul 2004
Location: USA
|
|
It seems that your server hasn't been configured with the correct mime-type for each of those file types.
If you don't already have one, make a plain text file called just ".htaccess" (Windows might make you name it something else though) and add the following to it. Then upload it to the top level directory of your site.
Code:
AddType image/svg+xml .svg
AddType application/x-font-truetype .ttf
AddType application/x-font-opentype .otf
AddType application/x-font-woff .woff
AddType application/vnd.ms-fontobject .eot
|

September 26th, 2012, 09:32 PM
|
|
Registered User
|
|
Join Date: Sep 2012
Posts: 26
Time spent in forums: 5 h 11 m 52 sec
Reputation Power: 0
|
|
|
Kravvitz,
Have done this...had to create the file with the extension and then delete the extension once I uploaded it on the server. I tried putting it both at the top of Hobbit News and the top of NorthWesternesse and neither works.
Changed the permissions to 644 and its *still* not working.
I'm at a total loss here. Its now no longer working on my old server either.
|

September 27th, 2012, 01:49 AM
|
|
Registered User
|
|
Join Date: Sep 2012
Posts: 26
Time spent in forums: 5 h 11 m 52 sec
Reputation Power: 0
|
|
|
Okay never mind...I'm going with a different glyph font and it's showing okay though I don't like it as well. The other was just too much hassle. Just am having a little trouble getting it to look right in IE8.
Thanks Aeturnus and Kravvitz for trying to help!
|

November 21st, 2012, 11:00 AM
|
|
Registered User
|
|
Join Date: Nov 2012
Posts: 1
Time spent in forums: 15 m 7 sec
Reputation Power: 0
|
|
Howdy All
I have a post on using Entypo on a website. There are a few things to consider and look at when using it as a font or using the unicode.
open-logix.com/webtech/use-custom-webfontspictograms-in-5-steps/
Hopefully this Helps
-Harry
|
Developer Shed Advertisers and Affiliates
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Rate This Thread |
Linear Mode
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|