Answered
How to select system font
It seems I can only select font from TypeKit but I would like to select a system font FS Elliot bold.
It seems I can only select font from TypeKit but I would like to select a system font FS Elliot bold.
Hi Abdi,
You can use the following code in frame-script to avoid changing the text in the external file.
this.cta_text.font = "13px 'FS Elliot Bold'";
in general: this.<text instance name>.font = "<text size> <font-family name as in css>";
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.