[font] tahoma Font Remove
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -33,19 +33,9 @@
|
||||
font-family: "ArialBold";
|
||||
src: url("../../assets/fonts/arial/Arial-Bold.woff") format("woff");
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Tahoma";
|
||||
src: url("../../assets/fonts/tahoma/tahoma.ttf") format("ttf");
|
||||
}
|
||||
@font-face {
|
||||
font-family: "TahomaBold";
|
||||
src: url("../../assets/fonts/tahoma/tahomabd.ttf") format("ttf");
|
||||
}
|
||||
@baseFont: "LG Smart";
|
||||
@arialFont: "Arial";
|
||||
@arialFontBold: "ArialBold";
|
||||
@tahomaFont: "Tahoma";
|
||||
@tahomaFontBold: "TahomaBold";
|
||||
|
||||
@globalHeight: 1080px;
|
||||
@globalWidth: 1920px;
|
||||
|
||||
@@ -199,8 +199,6 @@ export default function LoadingPanel({ showLoadingPanel, ...rest }) {
|
||||
<div className={css.baseFontLoading}>fontLoading</div>
|
||||
<div className={css.arialFontLoading}>fontLoading</div>
|
||||
<div className={css.arialFontBoldLoading}>fontLoading</div>
|
||||
<div className={css.tahomaFontLoading}>fontLoading</div>
|
||||
<div className={css.tahomaFontBoldLoading}>fontLoading</div>
|
||||
</>
|
||||
);
|
||||
|
||||
|
||||
@@ -51,17 +51,3 @@
|
||||
left: 0;
|
||||
opacity: 0;
|
||||
}
|
||||
.tahomaFontLoading {
|
||||
font-family: @tahomaFont;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
opacity: 0;
|
||||
}
|
||||
.tahomaFontBoldLoading {
|
||||
font-family: @tahomaFontBold;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
|
||||
.title {
|
||||
color: @COLOR_GRAY06;
|
||||
.font(@fontFamily: @tahomaFontBold, @fontSize: 26px);
|
||||
.font(@fontFamily: @arialFontBold, @fontSize: 26px);
|
||||
line-height: 1.31;
|
||||
letter-spacing: -0.65px;
|
||||
color: @COLOR_GRAY06;
|
||||
|
||||
Reference in New Issue
Block a user