LXGW WenKai Mono TC

Monospace โดย LXGW #1467 บน Google Fonts
น้ำหนัก

เกี่ยวกับ LXGW WenKai Mono TC

LXGW WenKai Mono TC is a monospace typeface from the LXGW project that combines Traditional Chinese CJK characters with Latin, Cyrillic, Greek, and Lisu script support, making it a remarkably broad-coverage code and terminal font. Its design draws inspiration from the warm, handwriting-influenced style of Kaiti (regular script) Chinese calligraphy, giving it a more personal and less mechanical character than typical monospace fonts. The three-weight family suits coding environments, terminal emulators, and any display context where Traditional Chinese and Western scripts must coexist in fixed-width alignment.

แผนผังตัวอักษร

AaBbCcDdEeFfGgHhIiJjKkLlMm
NnOoPpQqRrSsTtUuVvWwXxYyZz
0123456789
!@#$%^&*()_+-=[]{}|;':",.<>?

ตัวอย่าง Code Editor

example.js
const fibonacci = (n) => {
  if (n <= 1) return n;
  return fibonacci(n - 1) + fibonacci(n - 2);
};

// Generate first 10 numbers
const results = Array.from(
  { length: 10 },
  (_, i) => fibonacci(i)
);

console.log(`Result: ${results.join(', ')}`);

การแยกแยะตัวอักษร

คุณสามารถแยกสิ่งเหล่านี้ออกจากกันได้ไหม? ฟอนต์ monospace ที่ดีทำให้ ตัวอักษรที่คล้ายกันแยกแยะได้ง่าย

ศูนย์ vs O 0 O o
หนึ่ง vs l vs I 1 l I | !
เครื่องหมายคำพูด ' ' " " ` ´
วงเล็บปีกกา ( ) [ ] { } < >
เครื่องหมายวรรคตอน . , : ; .. ...

น้ำตกน้ำหนัก (3)

300 Light
400 Regular
700 Bold

วิธีใช้

<link href="https://fonts.googleapis.com/css2?family=LXGW+WenKai+Mono+TC:wght@300;700;400&display=swap" rel="stylesheet">
@import url('https://fonts.googleapis.com/css2?family=LXGW+WenKai+Mono+TC:wght@300;700;400&display=swap');
font-family: 'LXGW WenKai Mono TC', monospace;
brew install --cask font-lxgw-wenkai-mono-tc

รายละเอียด

หมวดหมู่
Monospace
น้ำหนัก
3
ตัวเอียง
เกาหลี
นักออกแบบ
LXGW
สัญญาอนุญาต
OFL
เวอร์ชัน
ความนิยม
#1467
ดาวน์โหลด
200

การใช้สัญญาอนุญาต

ใช้บนเว็บอนุญาต
งานพิมพ์อนุญาต
วิดีโอ / ออกอากาศอนุญาต
บรรจุภัณฑ์อนุญาต
การฝังในแอปอนุญาต
แบรนด์ / โลโก้อนุญาต
การดัดแปลงอนุญาต

OFL — ฟรีสำหรับใช้ส่วนตัวและเชิงพาณิชย์

การรองรับภาษา

chinese-traditional cyrillic cyrillic-ext greek greek-ext latin latin-ext lisu vietnamese

เหมาะสำหรับ

code_editors technical_docs web_apps branding ui_elements