@Font-Face integration

More
12 years 6 months ago #10682 by Quartermaster
I need to know more about the @font-face integration in Sportal.

Please Log in to join the conversation.

More
12 years 6 months ago #10688 by ivan.milic
Font sources are in templates\hot_sportal\css\,

definition is near start of template_css.css:

@font-face {
font-family: Sansation;
src: url('sansation_regular.eot');
}

@font-face {
font-family: Sansation;
font-weight: bold;
src: url('sansation_bold.eot');
}

Please Log in to join the conversation.

More
12 years 6 months ago #10693 by Quartermaster
Thanks Ivan,

I guess I meant what is it?
...and how does it work?
Is there a resource to learn more?
Where do you store the fonts on your site?
Someone told me Google Fonts are better?

Please Log in to join the conversation.

More
12 years 6 months ago #10696 by ivan.milic
Well that are just custom fonts you put in your put because browsers do not have them by default. Goolge fonts are same but only difference is in fact that there are hosted on Google servers.

Please Log in to join the conversation.

More
12 years 6 months ago #10702 by Quartermaster
Is there a tool to install/activate/remove them from my site?

Please Log in to join the conversation.

More
12 years 6 months ago #10713 by ivan.milic
If you want to remove them just delete that definition from css file and delete ttf and eot files. Then you should check every css file in template and template_css.php to remove that font "Sansation" from css font-family property.

Please Log in to join the conversation.

Time to create page: 0.314 seconds
Powered by Kunena Forum