- Posts: 14
- Thank you received: 0
Changing theme font
- Filip Zabijak
-
- Offline
- Fresh Boarder
-
Less
More
10 years 3 months ago #5775
by Filip Zabijak
Replied by Filip Zabijak on topic Re: Changing theme font
Hi,
I also would like to change the font, at least in some parts of the theme, because the font does not support the polish codding (letters like ł ś ć and so on)
How to do it? I am a beginner, so please be specific on the aproach
Filip
I also would like to change the font, at least in some parts of the theme, because the font does not support the polish codding (letters like ł ś ć and so on)

How to do it? I am a beginner, so please be specific on the aproach

Filip
Please Log in or Create an account to join the conversation.
- Trung Duong
-
- Offline
- Administrator
-
Less
More
- Posts: 2284
- Thank you received: 998
Notice: Undefined variable: end_tag_params in /home/omegatheme/public_html/libraries/kunena/External/Nbbc/src/BBCode.php on line 2321
Notice: Undefined variable: end_tag_params in /home/omegatheme/public_html/libraries/kunena/External/Nbbc/src/BBCode.php on line 2321
Notice: Undefined variable: end_tag_params in /home/omegatheme/public_html/libraries/kunena/External/Nbbc/src/BBCode.php on line 2321
10 years 3 months ago #5780 by Trung Duong
Replied by Trung Duong on topic Re: Changing theme font
You can open file global.css and then find:
font-family:"Oswald"; and change your font here
Regards
font-family:"Oswald"; and change your font here
Regards
Support email: services(at)omegatheme(dot)com
Follow Us to keep updated!


[img]...[/img]
[img]...[/img]
[img]...[/img]
Please Log in or Create an account to join the conversation.
- Filip Zabijak
-
- Offline
- Fresh Boarder
-
Less
More
- Posts: 14
- Thank you received: 0
10 years 3 months ago #5790
by Filip Zabijak
Replied by Filip Zabijak on topic Re: Changing theme font
I did add to the Oswald font name in the global.css file the suffix "&subset=latin,latin-ext", so now everywhere there is "font-family: Oswald&subset=latin,latin-ext", and there are latin (also polish) font styles.
thanks
thanks
Please Log in or Create an account to join the conversation.
- Trung Duong
-
- Offline
- Administrator
-
Less
More
- Posts: 2284
- Thank you received: 998
10 years 2 months ago #5792
by Trung Duong
Support email: services(at)omegatheme(dot)com
Follow Us to keep updated!
[img]...[/img]
[img]...[/img]
[img]...[/img]
Replied by Trung Duong on topic Re: Changing theme font
You're dong wrong, you should replace Oswald font by font that supports your language as arial ...
Regards
Regards
Support email: services(at)omegatheme(dot)com
Follow Us to keep updated!


[img]...[/img]
[img]...[/img]
[img]...[/img]
Please Log in or Create an account to join the conversation.
- Filip Zabijak
-
- Offline
- Fresh Boarder
-
Less
More
- Posts: 14
- Thank you received: 0
10 years 2 months ago #5794
by Filip Zabijak
Replied by Filip Zabijak on topic Re: Changing theme font
Why so?
Where will it couse problems if I leave it like I did it?
Where will it couse problems if I leave it like I did it?
Please Log in or Create an account to join the conversation.
- Trung Duong
-
- Offline
- Administrator
-
Less
More
- Posts: 2284
- Thank you received: 998
10 years 2 months ago - 10 years 2 months ago #5795
by Trung Duong
Support email: services(at)omegatheme(dot)com
Follow Us to keep updated!
[img]...[/img]
[img]...[/img]
[img]...[/img]
Replied by Trung Duong on topic Re: Changing theme font
You should add more "line-height:normal;" element to all place that use that font as code below, i added that css element for h1 product title.
Regards
Code:
#pb-left-column h1 {
color: #716463;
font-family: "Oswald";
font-size: 24px;
font-weight: normal;
margin-bottom: 10px;
padding-bottom: 5px;
text-transform: uppercase;
line-height: normal;
}
Regards
Support email: services(at)omegatheme(dot)com
Follow Us to keep updated!


[img]...[/img]
[img]...[/img]
[img]...[/img]
Last edit: 10 years 2 months ago by Trung Duong.
Please Log in or Create an account to join the conversation.
Time to create page: 0.258 seconds