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