error in handling custom rtl fonts
-
hi,
I uploaded ‘iransansfont’ fonts to ‘blocksy-child/webfonts/’ folder. i used font-face rule
@font-face {
font-family: 'IranSans';
src: url('webfonts/iransans/FaNum/fonts/eot/IRANSansWeb(FaNum).eot');
src: url('webfonts/iransans/FaNum/fonts/eot/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'),
url('webfonts/iransans/FaNum/fonts/woff2/IRANSansWeb(FaNum).woff2') format('woff2'),
url('webfonts/iransans/FaNum/fonts/woff/IRANSansWeb(FaNum).woff') format('woff'),
url('webfonts/iransans/FaNum/fonts/ttf/IRANSansWeb(FaNum).ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
in rtl.css file as well as
body, h1, h2, h3, h4, h5, h6, p, a, div, span, input, textarea {
font-family: IRANSans !important;
}but in some page the font load but in some page not. also when i check for broken link, i received 404 error for @font-face.
thanks
- You must be logged in to reply to this topic.