HTML PROBLEM
hman360
Member Posts: 590
So for my site html, the title comes out blurry. Can anyone tell me the problem with my code:
@font-face {
font-family: "Pandora Pandorum";
src: url('fonts/akaDylan Collage'); /* IE */
src: local("akaDylan Collage"), url('fonts/akaDylan Collage') format("truetype"); /* non-IE */
}
Then further down:
.site-title {
height:76px;
float:left;
}
.site-title h1, .site-title h1 a, .site-title h1 a:hover{
font-family: "Pandora Pandorum";
font-size:50px;
color:#FFFFFF;
margin:0;
padding:8px 0 0 10px;
vertical-align:medium;
text-decoration:none;
text-shadow: 0 0 0.2em #000, 0 0 0.2em #000, 0 0 0.2em #000
}
My site is http://hapiapps.com/ if you want to check out the problem.
@font-face {
font-family: "Pandora Pandorum";
src: url('fonts/akaDylan Collage'); /* IE */
src: local("akaDylan Collage"), url('fonts/akaDylan Collage') format("truetype"); /* non-IE */
}
Then further down:
.site-title {
height:76px;
float:left;
}
.site-title h1, .site-title h1 a, .site-title h1 a:hover{
font-family: "Pandora Pandorum";
font-size:50px;
color:#FFFFFF;
margin:0;
padding:8px 0 0 10px;
vertical-align:medium;
text-decoration:none;
text-shadow: 0 0 0.2em #000, 0 0 0.2em #000, 0 0 0.2em #000
}
My site is http://hapiapps.com/ if you want to check out the problem.
Comments
Really nice website you have: http://hapiapps.com/ by the way
There's one point to make: I thought that if you use a typeface on your website that's not on a user's system, then it will default to a standard font; could be wrong...
If that turns out to be the case, the only way around it would be to make your font stuff as images, I guess.
----------------------------------------------
http://davidgriffinapps.co.uk/
""You are in a maze of twisty passages, all alike." - Zork temp domain http://spidergriffin.wix.com/alphaghostapps
which is a shame cos it is well groovy
http://www.acidfonts.com/typeface/aka_dylan_collage.htm
This is what I see:
Thanks Guys!