|
|
|
ขอสอบถามเรื่องการใช้ @font-face กับ TH_SarabunNew ครับ ใช้ไม่ได้ครับ |
|
|
|
|
|
|
|
Code (PHP)
url('Helvetica.woff') format('woff')
ลองเพิ่มสกุลนี้เข้าไปครับ
Font ที่ใช้ บาง Browser ก็ไม่ยอมรับนะครับถึงจะแก้ยังไงก็ตาม
|
|
|
|
|
Date :
2014-09-02 18:43:04 |
By :
Ex-[S]i[L]e[N]t |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
บรรทัดที่ 11 และ 12 ซ้ำกันหรือเปล่าครับ
|
|
|
|
|
Date :
2014-09-03 10:50:24 |
By :
เนม |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (CSS)
[css]
@font-face {
font-family: TH SarabunNew;
src: url("font/TH_SarabunNew.eot");
src: url("font/TH_SarabunNew.eot?") format('embedded-opentype'),
url("font/TH_SarabunNew.woff") format('woff'),
url("font/TH_SarabunNew.ttf") format('truetype');
}
@font-face {
font-family: aa;
src: url("font/aa.eot");
src: url("font/aa.eot?") format('embedded-opentype'),
url("font/aa.woff") format('woff'),
url("font/aa.ttf") format('truetype');
}
[/php]
ลองใช้ตัวนี้ดูนะครับ ไม่ได้เขียน css นานไม่รู้จะใช้ได้หรือเปล่า
|
|
|
|
|
Date :
2014-09-03 11:42:15 |
By :
เนม |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (PHP)
@font-face {
font-family: TH SarabunNew;
src: url("font/TH_SarabunNew.eot");
src: url("font/TH_SarabunNew.eot?") format('embedded-opentype'),
url("font/TH_SarabunNew.woff") format('woff'),
url("font/TH_SarabunNew.ttf") format('truetype');
}
@font-face {
font-family: aa;
src: url("font/aa.eot");
src: url("font/aa.eot?") format('embedded-opentype'),
url("font/aa.woff") format('woff'),
url("font/aa.ttf") format('truetype');
}
|
|
|
|
|
Date :
2014-09-03 11:44:52 |
By :
ellipszist |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ผมใช้แบบนี้ มันก็ได้นะครับ
Code (PHP)
<style type="text/css">
@font-face {
font-family: THSarabun;
src: url('fonts/THSarabun/thsarabun.eot');
src: url('fonts/THSarabun/thsarabun.eot?') format('embedded-opentype'),
url('fonts/THSarabun/thsarabun.woff') format('woff'),
url('fonts/THSarabun/thsarabun.ttf') format('truetype'),
url('fonts/THSarabun/thsarabun.svg#THSarabunPSKRegular') format('svg');
}
#detail{ margin-left:25px; margin-right:25px; font-family:"THSarabun", sans-serif;}
</style>
|
|
|
|
|
Date :
2014-09-03 13:01:34 |
By :
angelkiller9 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 00
|