Skip to content

Commit

Permalink
[Feat] [GGFE-232] 메인프로필 메뉴바 글꼴변경
Browse files Browse the repository at this point in the history
  • Loading branch information
Sangmin Park authored and Sangmin Park committed Sep 11, 2023
1 parent 1e1355a commit fcd039c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
Binary file added public/font/Jua-Regular.ttf
Binary file not shown.
4 changes: 2 additions & 2 deletions styles/Layout/MainPageProfile.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
height: max-content;
flex-direction: column;
margin-top: 0.8rem;
font-family: 'Roboto', sans-serif;
font-family: 'Roboto', 'sans-serif';
justify-content: center;
align-items: center;
}
Expand Down Expand Up @@ -35,7 +35,7 @@
padding-left: 0.8rem;
.greetings {
margin-bottom: 0.2rem;
font-size: 0.75rem;
font-size: 1rem;
}
.intraId {
display: flex;
Expand Down
6 changes: 3 additions & 3 deletions styles/common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -395,14 +395,14 @@ $text-shadow-blue: 2px 2px 0px $pp-blue;
}

@mixin txtColor() {
font-size: 1rem;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
-webkit-text-fill-color: transparent;
}

@mixin tierNumber() {
font-family: Gugi;
font-size: 0.8rem;
font-family: Jua;
background: black;
@include txtColor();
&.red {
Expand Down
6 changes: 6 additions & 0 deletions styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,12 @@ body {
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Jua';
src: url('../public/font/Jua-Regular.ttf') format('opentype');
font-weight: normal;
font-style: normal;
}

::-webkit-scrollbar {
display: none;
Expand Down

0 comments on commit fcd039c

Please sign in to comment.