หน้าแรก Playground Mobile App

ทดลองฟอนต์สำหรับ Mobile App

เลือกฟอนต์และปรับแต่งเพื่อดูตัวอย่างจริงในงาน Mobile App — พร้อม export CSS ไปใช้งานได้ทันที

32px
16px
1.8
Preview — Mobile App 100%

หน้าหลัก

⚙️

สวัสดีตอนเช้า

คุณสมชาย

ยอดเงินคงเหลือ

฿ 125,430.00

บัญชีออมทรัพย์

💸
โอนเงิน
📱
เติมเงิน
💳
ชำระบิล
📊
สรุปยอด

รายการล่าสุด

🛒
ซื้อสินค้า วันนี้ 10:30
-฿350
💰
รับเงินโอน เมื่อวาน 15:00
+฿5,000

CSS Code

/* Import ทั้ง 2 fonts */
@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@400;600;700&family=Sarabun:wght@300;400;600&display=swap');

/* Heading */
h1, h2, h3, h4 {
  font-family: 'Prompt', sans-serif;
  font-weight: 700;
}

/* Body */
body, p, li, td {
  font-family: 'Sarabun', sans-serif;
  font-weight: 400;
  line-height: 1.8;
}
ดูฟอนต์แนะนำสำหรับ Mobile App →

ทดลองฟอนต์สำหรับงานอื่นๆ