- Posts: 32
- Thank you received: 0
Furniture Store fonts
-
urosm
Inactive member -
Topic Author
- Member
-
Less
More
13 years 5 months ago #11860
by urosm
Furniture Store fonts was created by urosm
Hi!
Just want to check, before purchasing this template, if fonts on demo site of this template (I like them, so I want to use them) supports č, š, ž ... letters by default?
As I said, I'd be happy to use them just like they are. Makes really nice styling of this template.
Just want to check, before purchasing this template, if fonts on demo site of this template (I like them, so I want to use them) supports č, š, ž ... letters by default?
As I said, I'd be happy to use them just like they are. Makes really nice styling of this template.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 5 months ago #11866
by ivan.milic
Replied by ivan.milic on topic Re: Furniture Store fonts
Maybe you will have problem with special fonts like 'GillSansMTRegular' that template uses by default, but you can change that to regular fonts Arial,Tahoma ... or use some font you have that supports that letters.
The following user(s) said Thank You: urosm
Please Log in to join the conversation.
-
urosm
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 32
- Thank you received: 0
13 years 5 months ago #11869
by urosm
Replied by urosm on topic Re: Furniture Store fonts
Could you be so kind to give me some instructions how to use "Google Fonts" in your template.
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6797
- Thank you received: 723
13 years 5 months ago #11870
by milos
Replied by milos on topic Re: Furniture Store fonts
You should:
1. Select the font on Google's library and insert code that you get from Google in template's index.php file, in example:
2. Then, use this font in template's CSS files, in example in layout.css, you can set this font as default site font:
You can assign this font family to any other class in CSS files.
1. Select the font on Google's library and insert code that you get from Google in template's index.php file, in example:
Code:
<link href='http://fonts.googleapis.com/css?family=Droid+Sans:400,700' rel='stylesheet' type='text/css' />
2. Then, use this font in template's CSS files, in example in layout.css, you can set this font as default site font:
Code:
body {
font-family: 'Droid Sans', sans-serif;
}
You can assign this font family to any other class in CSS files.
Please Log in to join the conversation.
-
urosm
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 32
- Thank you received: 0
13 years 5 months ago #11872
by urosm
Replied by urosm on topic Re: Furniture Store fonts
Will try this, thanks.
Please Log in to join the conversation.
-
urosm
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 32
- Thank you received: 0
13 years 5 months ago - 13 years 5 months ago #11873
by urosm
Replied by urosm on topic Re: Furniture Store fonts
Added this to template's index.php
Then found this section in templat_css.ss file:
What should I modify here. I can see you have those font files included in css folder of template. How to change "src: url and src: local"?
And where to set this Jura font, for example, to be default font for h1, h2, ... all headings?
Sorry to bother you with this, but please help if yu can.
Code:
<link href='http://fonts.googleapis.com/css?family=Jura:400,300,500,600' rel='stylesheet' type='text/css'>
Then found this section in templat_css.ss file:
Code:
@font-face {
font-family: 'GillSansMTRegular';
src: url('gill_sans_mt-webfont.eot');
src: local('☺'), url('gill_sans_mt-webfont.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'GeosansLightRegular';
src: url('geosanslight-webfont.eot');
src: local('☺'), url('geosanslight-webfont.ttf') format('truetype');
font-weight: normal;
font-style: normal;
What should I modify here. I can see you have those font files included in css folder of template. How to change "src: url and src: local"?
And where to set this Jura font, for example, to be default font for h1, h2, ... all headings?
Sorry to bother you with this, but please help if yu can.
Last edit: 13 years 5 months ago by urosm.
Please Log in to join the conversation.
Time to create page: 0.172 seconds