This topic contains 5 replies, has 3 voices, and was last updated by StartupWP 6 years, 3 months ago.
- AuthorPosts
- December 30, 2012 at 2:39 PM #368
Hi
I have problem with character “Č”, how can I fix this? How can I change font for post title-
Im useing WP 3,5 and startupWP theme 1.0.4
webpage: http://istant.info/
one of the post: http://istant.info/blog/2012/12/30/samo-danes-29-12-12-brezplacne-ios-aplikacije-2/
pritscreen:
http://istant.info/wp-content/uploads/2012/12/Screen-iStant.png
December 31, 2012 at 11:30 AM #373Is it suppose to appear as Č or C?
Seeing it as Č in Firefox.
Have you changed your language for WordPress itself?:
http://codex.wordpress.org/Installing_WordPress_in_Your_Language
The theme should then adapt.
December 31, 2012 at 1:35 PM #377Changing language didn’t help but if I use another theme its OK. I like your theme so I need to find solution.
December 31, 2012 at 6:14 PM #378Okay, please clarify “Is it suppose to appear as Č or C?”
And, what language are you translating to?
Also, have you tried deactivating all plugins?
January 1, 2013 at 1:52 AM #380I had the same problem, but have found the solution.
Open you functions.php file, and find this line of code:
https://fonts.googleapis.com/css?family=Open+Sans:300
Now just add this after the number:
&subset=latin-ext
So the final code should look like:
https://fonts.googleapis.com/css?family=Open+Sans:300&subset=latin-ext
January 1, 2013 at 12:26 PM #383 - AuthorPosts
You must be logged in to reply to this topic.