From 0f8f471162c4a03d571fe163d24402f319f67956 Mon Sep 17 00:00:00 2001 From: 1119wj <1119wj@naver.com> Date: Fri, 15 Nov 2024 01:58:25 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=EC=BB=A4=EC=8A=A4=ED=85=80=20=EC=83=89?= =?UTF-8?q?=20=EC=B6=94=EA=B0=80=20=EB=B0=8F=20=ED=8F=B0=ED=8A=B8=20#previ?= =?UTF-8?q?ew=20#79?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/tailwind.config.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/frontend/tailwind.config.js b/frontend/tailwind.config.js index 9c92501f..522b88fc 100644 --- a/frontend/tailwind.config.js +++ b/frontend/tailwind.config.js @@ -3,6 +3,9 @@ module.exports = { content: ['./index.html', './src/**/*.{js,ts,jsx,tsx}'], theme: { extend: { + fontFamily: { + sans: ['pretendard'], + }, width: { inherit: 'inherit', }, @@ -15,6 +18,12 @@ module.exports = { c_strong_black: '#000000', c_description_gray: '#3E404c', c_bg_blue: '#00a3ff', + c_marker_RED: '#FF8080', + c_marker_ORANGE: '#FFB780', + c_marker_YELLOW: '#FFE480', + c_marker_GREEN: '#7FC782', + c_marker_BLUE: '#80A6FF', + c_marker_PURPLE: '#DD80FF', }, }, },