header fonts
This commit is contained in:
@@ -11,8 +11,14 @@ class Constants {
|
||||
public static final MAIN_COLOR3:Int = 0xECEFF0;
|
||||
|
||||
// Fonts
|
||||
public static final MONTSERRAT_SEMIBOLD_600:String = "Montserrat_SemiBold_600";
|
||||
public static final MONTSERRAT_LIGHT_300:String = "MontserratLight300";
|
||||
public static final MONTSERRAT_REGULAR_400:String = "MontserratRegular400";
|
||||
public static final MONTSERRAT_MEDIUM_500:String = "MontserratMedium500";
|
||||
public static final MONTSERRAT_BOLD_700:String = "MontserratBold700";
|
||||
|
||||
// UI Proportions against satge dimmentions
|
||||
public static final MAIN_HEADER_WIDTH_RATIO:Float = 1;
|
||||
public static final MAIN_HEADER_HEIGHT_RATIO:Float = 0.3;
|
||||
|
||||
private function new() {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user