[Fonts] @baseFontBold 삭제 (58개 파일 변경)

Detail Notes :

1. @baseFontBold -> font-weight:bold; 교체
This commit is contained in:
jangheon Pyo
2024-03-15 13:11:52 +09:00
parent 5c3dd6b9d1
commit 18e38d826b
58 changed files with 254 additions and 147 deletions

View File

@@ -41,7 +41,8 @@
.flex();
.size(@w: 200px, @h: 200px);
background-color: rgba(26, 26, 26, 0.6);
.font(@fontFamily: @baseFontBold, @fontSize: 36px);
font-weight: bold;
font-size: 36px;
}
}
@@ -53,7 +54,8 @@
padding: 12px 0;
> h3 {
.font(@fontFamily: @baseFontBold, @fontSize: 24px);
font-weight: bold;
font-size: 24px;
color: @COLOR_GRAY06;
.elip(@clamp:2);
word-break: break-all;
@@ -62,12 +64,14 @@
p {
.flex(@justifyCenter: flex-start);
.font(@fontFamily: @baseFontBold, @fontSize: 30px);
font-weight: bold;
font-size: 30px;
color: @PRIMARY_COLOR_RED;
span {
margin-left: 5px;
.font(@fontFamily: @baseFont, @fontSize: 18px);
font-weight: bold;
font-size: 18px;
color: @COLOR_GRAY04;
text-decoration: line-through;
}
@@ -124,7 +128,8 @@
.flex();
.size(@w: 288px, @h: 288px);
background-color: rgba(26, 26, 26, 0.6);
.font(@fontFamily: @baseFontBold, @fontSize: 36px);
font-weight: bold;
font-size: 36px;
}
}
@@ -136,7 +141,8 @@
> h3 {
height: 60px;
margin-bottom: 6px;
.font(@fontFamily: @baseFontBold, @fontSize: 24px);
font-weight: bold;
font-size: 24px;
color: @COLOR_GRAY06;
.elip(@clamp:2);
word-break: break-all;
@@ -145,12 +151,13 @@
p {
.flex(@justifyCenter: flex-start);
.font(@fontFamily: @baseFontBold, @fontSize: 30px);
font-weight: bold;
font-size: 30px;
color: @PRIMARY_COLOR_RED;
letter-spacing: -1px;
span {
margin-left: 5px;
.font(@fontFamily: @baseFont, @fontSize: 18px);
font-size: 18px;
color: @COLOR_GRAY04;
text-decoration: line-through;
}
@@ -195,7 +202,7 @@
background-color: @COLOR_WHITE;
border-radius: 12px;
.border-solid(@size:1px,@color:@COLOR_GRAY02);
font-family: @baseFontBold;
font-weight: bold;
position: relative;
&:focus {
@@ -236,7 +243,7 @@
background-color: @COLOR_WHITE;
border-radius: 12px;
.border-solid(@size:1px,@color:@COLOR_GRAY02);
font-family: @baseFontBold;
font-weight: bold;
position: relative;
display: flex;
&:focus {