safari gives another font to the turkish characters: http://eraplus.eu/hakkimizda.html
while it on chrome looks perfect.
who can tell me how to show on safari like on chrome?
thanks
<html lang="tr">
<head>
<title>Eraplus Europe | Move for future</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
style.css
@charset 'UTF-8';
@import url("font-awesome.min.css");
@import url("http://fonts.googleapis.com/css? family=Source+Sans+Pro:300,400,700,900,300italic");
body,input,textarea,select
{
font-family: 'Source Sans Pro', arial, sans-serif;
font-weight: 300;
color: #5d5d5d;
}