Skip to content

Commit

Permalink
[FE] FIX: 깨지는 글자 text 속성값으로 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
seonmiki committed Nov 22, 2024
1 parent 24da572 commit 5561a14
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions frontend/src/index.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import url("https://fonts.googleapis.com/css2?family=Do+Hyeon&display=swap&text=새롬관로그인중수요지식회여기엔사물함이없어");
@import url("https://fonts.googleapis.com/css2?family=Do+Hyeon&display=swap&text=새롬관로그인중수요지식회여기엔사물함이없어4층은현재용불가입니다!");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;700&display=swap");

:root {
Expand Down Expand Up @@ -224,6 +224,7 @@ input {
-ms-overflow-style: none;
scrollbar-width: none;
}

.noScrollbar::-webkit-scrollbar {
display: none;
}
Expand Down Expand Up @@ -254,4 +255,4 @@ input {

.domainButtonActive {
color: var(--sys-main-color) !important;
}
}

0 comments on commit 5561a14

Please sign in to comment.