• Resolved David Wang

    (@blogjunkie)


    Hi there, you can specify the font-weight and style with @font-face like this:

    @font-face {
       font-family: 'Ubuntu';
          src: url('Ubuntu-RI-webfont.eot');
          src: url('Ubuntu-RI-webfont.eot?#iefix') format('embedded-opentype'),
               url('Ubuntu-RI-webfont.woff') format('woff');
       font-weight: 400;
       font-style: italic;
    }
    
    @font-face {
       font-family: 'Ubuntu';
          src: url('Ubuntu-B-webfont.eot');
          src: url('Ubuntu-B-webfont.eot?#iefix') format('embedded-opentype'),
               url('Ubuntu-B-webfont.woff') format('woff');
       font-weight: 700;
       font-style: normal;
    }

    Is there a way to do this with Custom Fonts? If not, is this a feature in development? Thank you!

Viewing 2 replies - 46 through 47 (of 47 total)
  • @brainstormteam Thanks. We’re almost done replacing this plugin, but I’m glad for all other users that you’ve added this feature.

    (We’re sticking to your Astra Theme and your core Astra Pro plugin, which both are amazing. For planning and production reasons, we cannot rely on other Brainstorm Force addons.)

    Plugin Support Team Brainstorm Force

    (@brainstormteam)

    Hello @gabrielconqr and others,

    We have released an update to fix this, please confirm how that goes. ??

Viewing 2 replies - 46 through 47 (of 47 total)
  • The topic ‘Different font weights’ is closed to new replies.