- Posts: 17
- Thank you received: 0
template fonts
-
tsiappas
Inactive member -
Topic Author
- New Member
-
Less
More
12 years 2 months ago #26410
by tsiappas
template fonts was created by tsiappas
when i use greek writing the fonts are not being displayed as the original template (SansationRegular) i found on the web that SansationRegular contains greek caracters. how can i instal this SansationRegular that has greek?
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 1 month ago - 12 years 1 month ago #26426
by ivan.milic
Replied by ivan.milic on topic template fonts
Place font files in :
templates\hot_sportal\css\
at start off template_css.css you see two font definitions (@font-face) from then you see how to do that.
templates\hot_sportal\css\
at start off template_css.css you see two font definitions (@font-face) from then you see how to do that.
Last edit: 12 years 1 month ago by ivan.milic.
Please Log in to join the conversation.
-
tsiappas
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 17
- Thank you received: 0
12 years 1 month ago #26428
by tsiappas
Replied by tsiappas on topic template fonts
can you be more spesific? i put these files in the directory but nothing happens, there are also other type of font files there, i only found ttf
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 1 month ago #26434
by ivan.milic
Replied by ivan.milic on topic template fonts
So you copy files there , you then need to connect them by using @font-face entry, see w3 specification how to use it:
www.w3schools.com/cssref/css3_pr_font-face_rule.asp
basically you need to define src property - path to file you added, and font-family where you will enter name you will later use in css for that font (it can be anything)
www.w3schools.com/cssref/css3_pr_font-face_rule.asp
basically you need to define src property - path to file you added, and font-family where you will enter name you will later use in css for that font (it can be anything)
Please Log in to join the conversation.
Time to create page: 0.156 seconds