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

Dynamic WebFont for Hebrew

Explorer ,
Sep 17, 2017 Sep 17, 2017

Copy link to clipboard

Copied

I try to use WebFont for Hebrew (the fonts from Google that support hebrew), but the font won't change

Views

175

Translate

Translate

Report

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
Adobe Employee ,
Sep 18, 2017 Sep 18, 2017

Copy link to clipboard

Copied

To be sure, are you trying the procedure in Using Google fonts in Animate CC ?

Thanks,

Preran

Votes

Translate

Translate

Report

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
Explorer ,
Sep 18, 2017 Sep 18, 2017

Copy link to clipboard

Copied

LATEST

I do all this steps.

I found that i need to input the font on the CSS like this:

<style>

     body

    {

        background-image: url("images/bg.png");

        direction: rtl;

        font-family:"Rubik","Helvetica Neue","Helvetica","Arial","sans-serif";

        font-family: 'Rubik', sans-serif;

    }

   @font-face {

        font-family: 'Rubik';

        font-style: normal;

        font-weight: 400;

        src: local('Rubik-Regular'), local('Rubik-Regular'), url(fonts/KOAvUwfoM3DiLr6_Ac8qkg.woff) format('woff');

        unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;

    }

</style>

Votes

Translate

Translate

Report

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