
Originally Posted by
james438
Your second link is password protected. Could you post the code you are trying to work with. Is this a font that you uploaded to your website or is it one that you are telling browsers to use? A lot of browsers and computers have several fonts already installed, but they don't all draw from the same font set or at least they don't use all of them. I have not investigated further to find out which is true.
Code:
@font-face {
font-family: 'cosmoslight';
src: url('font/cosmos_light-webfont.eot');
src: url('font/cosmos_light-webfont.eot?#iefix') format('embedded-opentype'),
url('font/cosmos_light-webfont.woff') format('woff'),
url('font/cosmos_light-webfont.ttf') format('truetype'),
url('font/cosmos_light-webfont.svg#cosmoslight') format('svg');
font-weight: normal;
font-style: normal;
}
i am using the above code for font-family generated through fontsquirrel
see the link below
oasisworkflow . com
the font is not working above but i have made a sperate file and use the same font fot text then it is working, i think this is wordpress issue
oasisworkflow . com/wp-content/themes/fullside/testing.html
Bookmarks