﻿.entry-content p {
    text-align: justify;
    margin: 0 0 10px;
    line-height:34px;
    font-size:16px;
    font-weight:400;
}

@font-face {
    font-family: "IranSans";
    src: url("/fonts/IRANSansWeb_FaNum.eot"); /* IE */
    src: url("/fonts/IRANSansWeb_FaNum.eot?#iefix") format("embedded-opentype"), /* IE */
    url("/fonts/IRANSansWeb_FaNum.woff2") format("woff2"), /* Modern Browsers */
    url("/fonts/IRANSansWeb_FaNum.woff") format("woff"), /* Modern Browsers */
    url("/fonts/IRANSans.ttf") format("truetype"); /* Safari, Android, iOS */
    font-weight: bold;
}

p{
    font-family:IranSans !important;
}
