- 25
Hi
I put all new fonts to "Themes\Motion\Content\font".
then add @font-face to styles.css ,for example :
@font-face {
font-family: 'droid_arabic_naskhregular';
src: url('../font/droid_naskh_regular-webfont.eot');
src: url('../font/droid_naskh_regular-webfont.eot?#iefix') format('embedded-opentype'),
url('../font/droid_naskh_regular-webfont.woff') format('woff'),
url('../font/droid_naskh_regular-webfont.ttf') format('truetype'),
url('../font/droid_naskh_regular-webfont.svg#droid_arabic_naskhregular') format('svg');
font-weight: normal;
font-style: normal;
}
then add font-family to body:
font-family: droid_arabic_naskhregular;
and edit this line :
font: normal 400 12px "Open Sans", sans-serif;
to :
font: normal 400 12px droid_arabic_naskhregular;
but not work :-(
notic : if in this line put local font name.it work fine. but not work with font-face.
help me
I put all new fonts to "Themes\Motion\Content\font".
then add @font-face to styles.css ,for example :
@font-face {
font-family: 'droid_arabic_naskhregular';
src: url('../font/droid_naskh_regular-webfont.eot');
src: url('../font/droid_naskh_regular-webfont.eot?#iefix') format('embedded-opentype'),
url('../font/droid_naskh_regular-webfont.woff') format('woff'),
url('../font/droid_naskh_regular-webfont.ttf') format('truetype'),
url('../font/droid_naskh_regular-webfont.svg#droid_arabic_naskhregular') format('svg');
font-weight: normal;
font-style: normal;
}
then add font-family to body:
font-family: droid_arabic_naskhregular;
and edit this line :
font: normal 400 12px "Open Sans", sans-serif;
to :
font: normal 400 12px droid_arabic_naskhregular;
but not work :-(
notic : if in this line put local font name.it work fine. but not work with font-face.
help me