بلاگر تي فانٽ ايمبيڊ جو مسئلو

محمد راشد شر

سينيئر رڪن
فانٽ جي سي ايس ايس لنڪ کي به شامل ڪيو ويو آهي ان جي باوجود به اهو نظر نه پيو اچي.
HTML:
@font-face {
font-family :'mbsaremmasroor';
src:     url('http://font.sindhsalamat.com/fonts/mbsaremmasroor.eot') format('eot');
src:     url('http://font.sindhsalamat.com/fonts/mbsaremmasroor.eot?#iefix') format('embedded-opentype'),
        url('http://font.sindhsalamat.com/fonts/mbsaremmasroor.woff') format('woff'),
        url('http://font.sindhsalamat.com/fonts/mbsaremmasroor.woff2') format('woff2'),
        url('http://font.sindhsalamat.com/fonts/mbsaremmasroor.ttf') format('truetype'),
        url('http://font.sindhsalamat.com/fonts/mbsaremmasroor.svg#mbsaremmasroor') format('svg');
}



ڪوڊ:
.readmore {
    float: left;
    margin: 0px 28px;
    width: 321px;
    text-align: center;
    font-family: 'mbsaremmasroor';
 
}
 
Back
Top