- Posts: 29
- Thank you received: 0
@Font-Face integration
-
Quartermaster
Inactive member - Topic Author
- Member
Less
More
13 years 3 months ago #10682
by Quartermaster
@Font-Face integration was created by Quartermaster
I need to know more about the @font-face integration in Sportal.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 3 months ago #10688
by ivan.milic
Replied by ivan.milic on topic Re: @Font-Face integration
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');
}
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.
-
Quartermaster
Inactive member - Topic Author
- Member
Less
More
- Posts: 29
- Thank you received: 0
13 years 3 months ago #10693
by Quartermaster
Replied by Quartermaster on topic Re: @Font-Face integration
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?
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.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 3 months ago #10696
by ivan.milic
Replied by ivan.milic on topic Re: @Font-Face integration
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.
-
Quartermaster
Inactive member - Topic Author
- Member
Less
More
- Posts: 29
- Thank you received: 0
13 years 3 months ago #10702
by Quartermaster
Replied by Quartermaster on topic Re: @Font-Face integration
Is there a tool to install/activate/remove them from my site?
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 3 months ago #10713
by ivan.milic
Replied by ivan.milic on topic Re: @Font-Face integration
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.177 seconds