We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CSS ใน @font-face สามารถระบุ unicode range ที่ใช้ฟอนต์ได้นะครับ อยากเสนอให้ลองมีระบุฟอนต์ที่ใช้ตามภาษาด้วย เช่น ภาษาอังกฤษ เป็นฟอนต์หนึ่ง และภาษาไทยเป็นอีกฟอนต์หนึ่ง เพราะหลายครั้ง ฟอนต์ที่ใช้เดียวกัน แต่พอเป็นคนละภาษา ขนาดไม่เท่ากัน
ตัวอย่างของ unicode range ภาษาไทยนะครับ
@font-face { ... unicode-range: U+0E00- U+0E7F; ... }
The text was updated successfully, but these errors were encountered:
ขอบคุณมากเลยครับ
Sorry, something went wrong.
No branches or pull requests
CSS ใน @font-face สามารถระบุ unicode range ที่ใช้ฟอนต์ได้นะครับ
อยากเสนอให้ลองมีระบุฟอนต์ที่ใช้ตามภาษาด้วย เช่น ภาษาอังกฤษ เป็นฟอนต์หนึ่ง และภาษาไทยเป็นอีกฟอนต์หนึ่ง
เพราะหลายครั้ง ฟอนต์ที่ใช้เดียวกัน แต่พอเป็นคนละภาษา ขนาดไม่เท่ากัน
ตัวอย่างของ unicode range ภาษาไทยนะครับ
@font-face { ... unicode-range: U+0E00- U+0E7F; ... }
The text was updated successfully, but these errors were encountered: