Skip to content

Commit

Permalink
Merge pull request #27 from DEVOCEAN-YOUNG-404/seungjun
Browse files Browse the repository at this point in the history
Refactor: 웹 폰트 최적화
  • Loading branch information
whateveriiwant committed Oct 18, 2023
2 parents 29da11c + c04e883 commit 67b300b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion front/src/styles/index.css
Expand Up @@ -2,7 +2,7 @@
@tailwind components;
@tailwind utilities;

@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/static/pretendard-dynamic-subset.css");
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/variable/pretendardvariable-dynamic-subset.css");

/* ( 크롬, 사파리, 오페라, 엣지 ) 동작 */
::-webkit-scrollbar {
Expand Down
2 changes: 1 addition & 1 deletion front/tailwind.config.js
Expand Up @@ -22,7 +22,7 @@ module.exports = {
},
extend: {
fontFamily: {
main: ["Pretendard"],
main: ["Pretendard Variable"],
},
dropShadow: {
xl: "0px 0px 4px rgba(0, 0, 0, 0.35)",
Expand Down

0 comments on commit 67b300b

Please sign in to comment.