בהתחלה חשבתי שחייב להפוך את הפונט לEOT, הכוונה לפורמט הזה ..
ולא הצלחתי מה לא עשיתי.
ואז מצאתי שבCSS אפשר להגדיר פונט חדש, איך ? אתה מגדיר את המיקום של הפונט מביא לו נגיד שם, ואז משתמש בשם הזה :
PHP קוד:
@font-face {
/* Give it a name */
font-family:"BN Calculator";
font-style:normal;
font-weight:normal;
/* Specify relative or absolute url to eot file */
src: url(BN Calculator.ttf);
}
PHP קוד:
#Logo_Footer a {
font-size: 22pt;
font-family: "BN Calculator";
color: rgb(255, 255, 255);
direction: rtl;
text-decoration: none;
}