Merhaba,

Arkadaşlar bu işin eklentisini bulamadım kendinin de nasıl olduğunu anlayamadım ama css den değişmesi gerekiyor dediler onu da ben yapamadım.

Şimdi site (budur) bu siteye bazı bilgisayarlardan girince türkçe karakterle baskın bozuk çıkıyormuş bu font sorununu nasıl düzeltebiliriz ve bozmadan türkçeye uygun hale getirebiliriz.

Belki css ile alakalıdır diye sitenin style CSS'ini de koyuyorum.


/*Theme Name: Balloon WP Theme
Theme URI: http://themeforest.net/themes/balloon
Description: The 2014 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.0
Author: Pranon WordPress team
Author URI: http://www.pranon.com

License:
License URI:
Tags: green, blue, two-columns, fluid-layout, custom-background, custom-colors, featured-images, theme-options
*/

.wp-caption{
max-width: 100%;
}
.wp-caption-text{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
font-size: 12px;
font-style: italic;
line-height: 1.5;
margin: 9px 0;
}
.sticky .blog-title a{
color:red;
}
.sticky .blog-title a:hover{
color: #0099d5;
}
.gallery-caption{

-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;

font-size: 12px;
line-height: 1.5;
margin: 0;
max-height: 50%;
padding: 6px 8px;
bottom: 0;
left: 0;
width: 100%;
}
.bypostauthor{
content: "\f408";
margin: 0 2px 0 -2px;
position: relative;
top: -1px;
}
.alignright{
float: right;
}
.alignleft{
float: left;
}
.aligncenter{
display: block;
margin-left: auto;
margin-right: auto;
}
/*menu and Menu Icon color*/
.about .nav-current, .about .nav-current i{
border-color:#e66967!important;
color:#e66967!important;
}
.resume .nav-current, .resume .nav-current i{
border-color:#70a7d1!important;
color:#70a7d1!important;
}

.portfolio .nav-current, .portfolio .nav-current i{
border-color:#e66967!important;
color:#e66967!important;
}
.blog .nav-current, .blog .nav-current i{
border-color:#69a583!important;
color:#69a583!important;
}
.contact .nav-current, .contact .nav-current i{
border-color:#424242!important;
color:#424242!important;
}
.social-icons{
height: 70px!important;
}
.fa-envelope {
display:none;
}


TEŞEKKÜRLER