Skip to content

Commit

Permalink
[feat] change font
Browse files Browse the repository at this point in the history
  • Loading branch information
tinajeong committed Aug 2, 2022
1 parent 19c578e commit 218e3a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 40 deletions.
1 change: 1 addition & 0 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="였늘의 μž‘ν’ˆκ³Ό ν•¨κ»˜ ν•˜μ„Έμš”!" />
<link href="./globals.css" rel="stylesheet" />
<link rel="stylesheet" href="https://use.typekit.net/krt5spd.css">
<title>Today's Artwork</title>
</head>

Expand Down
41 changes: 1 addition & 40 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,48 +2,9 @@
@tailwind components;
@tailwind utilities;
body {
font-family: "MaruBuri", sans-serif;
font-family: english, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: stonescale;
}

@font-face {
font-family: "MaruBuri";
font-weight: 100;
font-style: normal;
src: url(https://cdn.jsdelivr.net/gh/webfontworld/naver/MaruBuri-ExtraLight.woff2)
format("woff2");
font-display: swap;
}
@font-face {
font-family: "MaruBuri";
font-weight: 300;
font-style: normal;
src: url(https://cdn.jsdelivr.net/gh/webfontworld/naver/MaruBuri-Light.woff2)
format("woff2");
font-display: swap;
}
@font-face {
font-family: "MaruBuri";
font-weight: 400;
font-style: normal;
src: url(https://cdn.jsdelivr.net/gh/webfontworld/naver/MaruBuri-Regular.woff2)
format("woff2");
font-display: swap;
}
@font-face {
font-family: "MaruBuri";
font-weight: 500;
font-style: normal;
src: url(https://cdn.jsdelivr.net/gh/webfontworld/naver/MaruBuri-SemiBold.woff2)
format("woff2");
font-display: swap;
}
@font-face {
font-family: "MaruBuri";
font-weight: 700;
font-style: normal;
src: url(https://cdn.jsdelivr.net/gh/webfontworld/naver/MaruBuri-Bold.woff2)
format("woff2");
font-display: swap;
}

1 comment on commit 218e3a9

@vercel
Copy link

@vercel vercel bot commented on 218e3a9 Aug 2, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

artworks – ./

artworks-tinajeong.vercel.app
artworks-tau.vercel.app
artworks-git-main-tinajeong.vercel.app

Please sign in to comment.