เลือกฟอนต์และปรับแต่งเพื่อดูตัวอย่างจริงในงาน E-commerce — พร้อม export CSS ไปใช้งานได้ทันที
฿29,900
฿2,490
฿8,900
/* Import ทั้ง 2 fonts */
@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@400;600;700&family=Prompt:wght@300;400;600&display=swap');
/* Heading */
h1, h2, h3, h4 {
font-family: 'Kanit', sans-serif;
font-weight: 700;
}
/* Body */
body, p, li, td {
font-family: 'Prompt', sans-serif;
font-weight: 400;
line-height: 1.8;
}