Skip to content

Commit

Permalink
feat: 커스텀 색 추가 및 폰트 #preview #79
Browse files Browse the repository at this point in the history
  • Loading branch information
1119wj committed Nov 15, 2024
1 parent 273bca8 commit 0f8f471
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions frontend/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ module.exports = {
content: ['./index.html', './src/**/*.{js,ts,jsx,tsx}'],
theme: {
extend: {
fontFamily: {
sans: ['pretendard'],
},
width: {
inherit: 'inherit',
},
Expand All @@ -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',
},
},
},
Expand Down

0 comments on commit 0f8f471

Please sign in to comment.