feat: 初始化素材中心页面路由结构
This commit is contained in:
@ -16,3 +16,29 @@
|
||||
font-family: 'Manrope-SemiBold';
|
||||
src: url('@/assets/fonts/Manrope-SemiBold.ttf');
|
||||
}
|
||||
|
||||
.font-family-regular {
|
||||
font-family: $font-family-regular;
|
||||
}
|
||||
.font-family-medium {
|
||||
font-family: $font-family-medium;
|
||||
}
|
||||
.font-family-light {
|
||||
font-family: $font-family-light;
|
||||
}
|
||||
.font-family-bold {
|
||||
font-family: $font-family-bold;
|
||||
}
|
||||
|
||||
.font-family-manrope-regular {
|
||||
font-family: $font-family-manrope-regular;
|
||||
}
|
||||
.font-family-manrope-medium {
|
||||
font-family: $font-family-manrope-medium;
|
||||
}
|
||||
.font-family-manrope-bold {
|
||||
font-family: $font-family-manrope-bold;
|
||||
}
|
||||
.font-family-manrope-semiBold {
|
||||
font-family: $font-family-manrope-semiBold;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user