Skip to content

Commit ab7ddfb

Browse files
authored
Merge pull request #261 from forestream/fix-landing
Add Pretendard font
2 parents c1479ad + 31f2997 commit ab7ddfb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

apps/landing/src/app/layout.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,10 @@ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
7676
<ThemeScript auto />
7777
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
7878
<link href="/favicon.ico" rel="shortcut icon" />
79+
<link
80+
href="https://cdn.jsdelivr.net/gh/orioncactus/[email protected]/dist/web/static/pretendard.min.css"
81+
rel="stylesheet"
82+
/>
7983
</head>
8084
<body
8185
className={css({

0 commit comments

Comments
 (0)