Hello,
How come that my dots over the swedish letters ÅÄÖ looks so weird:
Please look here: http://dorotheas.adstream.se/?product_cat=o%CC%88rha%CC%88ngen#
How can I fix this?
Kind regards,
Richard
Hello,
How come that my dots over the swedish letters ÅÄÖ looks so weird:
Please look here: http://dorotheas.adstream.se/?product_cat=o%CC%88rha%CC%88ngen#
How can I fix this?
Kind regards,
Richard
Can you elaborate please - the special characters (including dots) seem to work fine on my computer:
err... It does not work at all for me (Max Firefox 9.0.1), it seems that the dots is from another font. This is how it looks with "LeagueGothic" https://www.dropbox.com/s/e6xqdemjyb234tp/1.png
This is with times: https://www.dropbox.com/s/5s09puup7glw2cb/2.png
This is with Georgia: https://www.dropbox.com/s/wbwjyajfibqg9mf/3.png
What can i do to fix it? Does it have anything to do with the padding or the -25px top?
Very strange - I can reproduce the error with Firefox. It seems like the dots are shifted. However I couldn't change their position with the css code and I think it has something to do with the font files. Firebug gave me following error: "NetworkError: 404 Not Found - http://dorotheas.adstream.se/wp-content/themes/flashlight/assets/fonts/league_gothic-webfont.woff" - maybe try to regenerate all font files with: http://www.fontsquirrel.com/fontface/generator and upload them again.
I tried that but it didnt work. So when I changed the css to a non font face it wont work anyway, like this.
#top .big_title .page-title {
font-family:"Times New Roman",Georgia,Serif;
}
But if I use Arial like this it works fine and the dots are where they should.
#top .big_title .page-title {
font-family:"Arial",Georgia,Serif;
}
Hmm... Is it css or a "box model" problem?
Kind regards,
Richard
By the way... If I do like this
#top .big_title .page-title {
font-family: "LeagueGothicRegular" Arial;
font-weight: normal !important;
}
It just overrides the "LeagueGothicRegular" font and displays Arial instead... Is there something Im not doing right in my css?
Hi Richard,
I think you forgot to add a comma. Try to change the code above to this:
#top .big_title .page-title {
font-family: "LeagueGothicRegular", Arial, sans-serif;
font-weight: normal !important;
}
Hope this helps. :)
Regards,
Ismael
:-) Yes I think i did. But when i change it to:
#top .big_title .page-title {
font-family: "LeagueGothicRegular", Arial, sans-serif;
font-weight: normal !important;
}
The dots wont show at all, and when i try this
#top .big_title .page-title {
font-family: "LeagueGothicRegular", sans-serif;
font-weight: normal !important;
}
the dots show but not in the correct places.
Hmm.. I guess there is something wrong with the LeagueGothicRegular font from font squirrel...
Hi!
Yes, I'd try a different font or font kit.
Regards,
Peter
You must log in to post.