Skip to content

Commit

Permalink
[fix] 마이페이지 폰트 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
bestlalala committed Apr 14, 2023
1 parent 34ad786 commit b6a1bb2
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions MyPage.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@
.bottom_menu>div>img {
float: center;
}

* {
font-family: 'Song Myung', serif;
}
</style>
</head>

Expand All @@ -77,26 +81,26 @@
마이페이지</h1>
<div class="info">
<h1
style="float: left; position: relative; left: 15px; top: 5px; font-family: 'Inter'; font-style: normal; font-weight: 600; font-size: 16px; line-height: 19px; color: #000000; transform: rotate(0.37deg);">
style="float: left; position: relative; left: 15px; top: 5px; font-style: normal; font-weight: 600; font-size: 16px; line-height: 19px; color: #000000; transform: rotate(0.37deg);">
내가 모은 포인트</h1>
<h1
style="position: relative; left: 130px; top: 5px; font-family: 'Inter'; font-style: normal; font-weight: 400; font-size: 16px; line-height: 19px; color: #000000; transform: rotate(0.37deg);">
style="position: relative; left: 130px; top: 5px; font-style: normal; font-weight: 400; font-size: 16px; line-height: 19px; color: #000000; transform: rotate(0.37deg);">
1050P</h1>
<h1
style="float: left; position: relative; left: 15px; top: -7px; font-family: 'Inter'; font-style: normal; font-weight: 600; font-size: 16px; line-height: 19px; color: #000000; transform: rotate(0.37deg);">
style="float: left; position: relative; left: 15px; top: -7px; font-style: normal; font-weight: 600; font-size: 16px; line-height: 19px; color: #000000; transform: rotate(0.37deg);">
연속 출석 일수</h1>
<h1
style="position: relative; left: 160px; top: 5px; font-family: 'Inter'; font-style: normal; font-weight: 400; font-size: 16px; line-height: 19px; color: #000000; transform: rotate(0.37deg);;">
style="position: relative; left: 160px; top: 5px; font-style: normal; font-weight: 400; font-size: 16px; line-height: 19px; color: #000000; transform: rotate(0.37deg);;">
3일</h1>
</div>
<h1
style="float: left; position:absolute; width: 105.5px; height: 12.59px; left: 56.15px; top: 210px; font-family: 'Inter'; font-style: normal; font-weight: 600; font-size: 16px; line-height: 19px; color: #000000; transform: rotate(0.37deg);">
style="float: left; position:absolute; width: 105.5px; height: 12.59px; left: 56.15px; top: 210px; font-style: normal; font-weight: 600; font-size: 16px; line-height: 19px; color: #000000; transform: rotate(0.37deg);">
요즘 나는</h1>
<h1
style="position: absolute; width: 109.98px; height: 22.59px; left: 240px; top: 210px; font-family: 'Inter'; font-style: normal; font-weight: 400; font-size: 16px; line-height: 19px; color: #000000; transform: rotate(0.37deg);">
style="position: absolute; width: 109.98px; height: 22.59px; left: 240px; top: 210px; font-style: normal; font-weight: 400; font-size: 16px; line-height: 19px; color: #000000; transform: rotate(0.37deg);">
걱정이 많아요</h1>
<h1
style="position: absolute; width: 63.93px; height: 22.59px; left: 40.15px; top: 270px; font-family: 'Inter'; font-style: normal; font-weight: 600; font-size: 16px; line-height: 19px; color: #000000; transform: rotate(0.37deg);">
style="position: absolute; width: 63.93px; height: 22.59px; left: 40.15px; top: 270px; font-style: normal; font-weight: 600; font-size: 16px; line-height: 19px; color: #000000; transform: rotate(0.37deg);">
챌린지</h1>
<div class="challenge">
<table style="border:1px; margin-left:auto; margin-right:auto;">
Expand Down Expand Up @@ -134,7 +138,7 @@
</div>
<div class="today">
<h1
style="float: left; position: relative; width: 228px; height: 23px; left: 15px; top: 7px; font-family: 'Inter'; font-style: normal; font-weight: 500; font-size: 16px; line-height: 19px; color: #000000;">
style="float: left; position: relative; width: 228px; height: 23px; left: 15px; top: 7px; font-style: normal; font-weight: 500; font-size: 16px; line-height: 19px; color: #000000;">
3월 넷째 주 기록 분석 보러가기</h1>
<img style="float: left; position: relative; width: 11px; height: 17px; left: 60px; top: 20px;"
src="img/Chevron.png" />
Expand Down

0 comments on commit b6a1bb2

Please sign in to comment.