font embedding try
This commit is contained in:
@@ -2,6 +2,7 @@ package model;
|
||||
|
||||
class Constants {
|
||||
|
||||
// Colors
|
||||
public static final HERO_COLOR:Int = 0x050EB7;
|
||||
public static final ACCENT_COLOR1:Int = 0xFF9F1C;
|
||||
public static final ACCENT_COLOR2:Int = 0xFF5F0F ;
|
||||
@@ -9,6 +10,10 @@ class Constants {
|
||||
public static final MAIN_COLOR2:Int = 0x69808A;
|
||||
public static final MAIN_COLOR3:Int = 0xECEFF0;
|
||||
|
||||
// Fonts
|
||||
public static final MONTSERRAT_SEMIBOLD_600:String = "Montserrat_SemiBold_600.ttf";
|
||||
|
||||
|
||||
private function new() {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user