Skip to content

Commit

Permalink
chore: 웹 폰트 추가 #457
Browse files Browse the repository at this point in the history
  • Loading branch information
rbgksqkr committed Jan 12, 2025
1 parent 93e66dd commit 3b0bfc5
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion frontend-admin/index.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,23 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>땅콩 admin</title>
<link rel="preconnect" href="https://cdn.jsdelivr.net" />
<link
rel="preload"
as="style"
crossorigin
href="https://cdn.jsdelivr.net/gh/orioncactus/[email protected]/dist/web/static/pretendard-dynamic-subset.min.css"
/>
<link
rel="stylesheet"
as="style"
crossorigin
href="https://cdn.jsdelivr.net/gh/orioncactus/[email protected]/dist/web/static/pretendard-dynamic-subset.min.css"
/>
</head>
<body>
<div id="root"></div>
Expand Down

0 comments on commit 3b0bfc5

Please sign in to comment.