Roboto Font 추가, 사용하지 않는 ttf 폰트파일 제거

This commit is contained in:
jangheon Pyo
2024-01-29 16:13:49 +09:00
parent 0ac9d853ca
commit e4e70cab6b
13 changed files with 12 additions and 0 deletions

View File

@@ -16,8 +16,20 @@
font-family: "ArialBold";
src: url("../../assets/fonts/arial/Arial-Bold.woff") format("woff");
}
@font-face {
font-family: "Roboto";
src: url("../../assets/fonts/roboto/Roboto-Regular.woff") format("woff");
}
@font-face {
font-family: "RobotoBold";
src: url("../../assets/fonts/roboto/Roboto-Bold.woff") format("woff");
}
@baseFont: "LGSmartUI";
@baseFontBold: "LGSmartUIBold";
@arialFont: "Arial";
@arialFontBold: "ArialBold";
@robotoFont: "Roboto";
@robotoFontBold: "RobotoBold";
@globalHeight: 1080px;
@globalWidth: 1920px;