Merhaba,siteme css3'ün text-stroke özelliği eklemek istiyorum,ancak aşağıdaki kodları eklediğimde stroke(kontur) içine doğru oluyor ve resimdeki gibi sadece stroke görünüyor. dışına doğru stroke yapımı için yardım gerekli
.headh {
font-size: 21px;
color: #1e3e74;
position:absolute;
font-weight: normal;
text-decoration: none;
display: block;
padding: 0px;
top: -16px;
left:0px;
margin:0px;
text-indent: 6px;
-webkit-text-stroke: 3px #fff;
font-family: 'DharmaGothicE-Bold';
}Şimdiden Teşekkürler