Skip to content

Commit

Permalink
refactor: 쌍따옴표를 따옴표로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jaeml06 committed Jul 28, 2024
1 parent 4cb82b7 commit d72f16c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/common/font.style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const fonts = css`
src:
local('Pretendard Medium'),
url(${pretendardMediumWoff2}) format('woff2'),
url("./woff-subset/Pretendard-Medium.subset.woff") format('woff');
url('./woff-subset/Pretendard-Medium.subset.woff') format('woff');
}
@font-face {
Expand Down

0 comments on commit d72f16c

Please sign in to comment.