Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

new cjs.Text

New Here ,
Aug 27, 2021 Aug 27, 2021

I have code like this, created by animate. how can i add JD LCD Rounded font source in this code. 

 

this.trigit_0 = new cjs.Text("1", "115px 'JD LCD Rounded'", "#94E127");

278
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Aug 27, 2021 Aug 27, 2021

I want to embed JD LCD Rounded used in dynamic text

 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Aug 27, 2021 Aug 27, 2021
LATEST

Hi.

 

You either need to use web safe fonts, or web fonts or to apply the @font-face CSS rule [1, 2].

 

I hope it helps.

 

Regards,

JC

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines