Roboto Font 추가, 사용하지 않는 ttf 폰트파일 제거
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
com.twin.app.shoptime/assets/fonts/roboto/Roboto-Bold.woff
Normal file
BIN
com.twin.app.shoptime/assets/fonts/roboto/Roboto-Bold.woff
Normal file
Binary file not shown.
BIN
com.twin.app.shoptime/assets/fonts/roboto/Roboto-Regular.woff
Normal file
BIN
com.twin.app.shoptime/assets/fonts/roboto/Roboto-Regular.woff
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user