Skip to content

Commit 67712ee

Browse files
authored
Merge pull request #7 from Team-StackUp/feature/frontend-design-system-setting
feat : 프론트엔드 디자인 시스템 구축 및 데모 페이지 구현
2 parents 05a4462 + caac2b3 commit 67712ee

29 files changed

Lines changed: 2051 additions & 688 deletions

docs/design-system.md

Lines changed: 339 additions & 215 deletions
Large diffs are not rendered by default.

frontend/index.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,13 @@
44
<meta charset="UTF-8" />
55
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>frontend</title>
7+
<link rel="preconnect" href="https://fonts.googleapis.com" />
8+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
9+
<link
10+
rel="stylesheet"
11+
href="https://fonts.googleapis.com/css2?family=Fira+Sans+Extra+Condensed:wght@400;500;600;700;800;900&family=Geist:wght@400;500;600;700&family=Geist+Mono:wght@400;500;600&family=Inter:wght@400;500;600;700&display=swap"
12+
/>
13+
<title>StackUp</title>
814
</head>
915
<body>
1016
<div id="root"></div>

0 commit comments

Comments
 (0)