Thursday, September 29, 2005

แก้ Template

หลังจากรำคาญกับการที่ดู Blog ตัวเองใน linux แล้วมันดันแสดงผลด้วย fixed font ก็คือ TlwgMono แต่ใน Windows กลับไม่มีปัญหานี้ ก็เลยลองๆ ไล่ code ของ template ดูก็เห็นว่ามี code ที่เกี่ยวกับ Font อยู่ก็คือตรง
font:x-small/1.5em "Trebuchet MS",Verdana,Arial,Sans-serif
ใน Style Sheet ของ body แต่ไม่รู้จะแก้ยังไง เปิดอ่าน blog คนอื่นก็ดูเหมือนๆ กัน แต่บังเอิญไปเปิด บล็อกของคุณเทพเข้า เห็นว่า เฮ้ย มันแสดงผลเป็น font อื่นได้นี่หว่า ก็เลยเปิดดู source เห็นว่ามีการใส่ option Font family เข้าไป อืม... น่าสน เราก็เลยก็อปบรรทัดนี้ออกมาแล้วก็จัดการใส่ loma กับ tahoma เพิ่มเข้าไปแบบนี้
font-family: Loma, "trebuchet ms", tahoma, trebuchet, verdana, sans-serif;

แล้วจัดการ comment บรรทัดข้างบนซะ ลอง Preview ดู เฮ้ย สำเร็จแล้ว ค่อยยังชั่วหน่อย จะได้ไม่ต้องปวดตาเวลาอ่าน Blog ตัวเองด้วย linux ...

======================================
I am annoyed when reading my own blog under Linux because it uses Thai fixed font (TlwgMono). I tried to find out how to change the font in template but there was no luck. I found something in the code that seems to relate to font control like this:
font:x-small/1.5em "Trebuchet MS",Verdana,Arial,Sans-serif

in the body style sheet but I don't know how to change or add the font. Until I found คุณเทพ's blog. His blog displays font other than TlwgMono, so there're some ways to accomplish this in the source. After look at the code, I found that there's 'font-family' option controlling the font display. So, I add this option with some font names -- Loma and Tahoma, and comment the above line using '/* */' like this:
/*font:x-small/1.5em "Trebuchet MS",Verdana,Arial,Sans-serif*/
font-family: Loma, "trebuchet ms", tahoma, trebuchet, verdana, sans-serif;
And click Preview. YES! it works... ;D

1 comment:

eak said...

เดี๋ยวต้องลองทำดูมั้งแล้ว หุ หุ