Skip to content

Commit caac2b3

Browse files
committed
feat : design system demo 페이지 구현, 리팩토링
1 parent 5bb4297 commit caac2b3

17 files changed

Lines changed: 1046 additions & 867 deletions

frontend/index.html

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,7 @@
88
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
99
<link
1010
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&family=JetBrains+Mono:wght@400;500;600&display=swap"
12-
/>
13-
<!-- Pretendard — OLD 스펙(docs/design-system.md) 비교용 -->
14-
<link
15-
rel="stylesheet"
16-
href="https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css"
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"
1712
/>
1813
<title>StackUp</title>
1914
</head>

0 commit comments

Comments
 (0)