From f3984c86d1ed249e91a512a49024ec6e82c1db24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Qu=E1=BB=91c=20Kh=C3=A1nh?= Date: Sat, 21 Sep 2024 19:31:27 +0700 Subject: [PATCH] feat(mobile): slightly increase font size --- apps/mobile/tailwind.config.js | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/apps/mobile/tailwind.config.js b/apps/mobile/tailwind.config.js index 7775f67c..4c5bba09 100644 --- a/apps/mobile/tailwind.config.js +++ b/apps/mobile/tailwind.config.js @@ -14,6 +14,16 @@ module.exports = { '2xl': '1400px', }, }, + fontSize: { + xs: '0.813rem', + sm: '1rem', + base: '1.063rem', + xl: '1.25rem', + '2xl': '1.563rem', + '3xl': '1.953rem', + '4xl': '2.441rem', + '5xl': '3.052rem', + }, extend: { fontFamily: { regular: ['Haskoy-Regular'],