New Landing How can we help? Themeforest Theme Support Dante Webfonts by Cloud.Typography.com

Viewing 2 posts - 1 through 2 (of 2 total)
  • Posted in: Dante
  • #92729
    ovollc
    Member
    Post count: 48

    We’re trying to setup a new site built with Dante and using fonts from Hoefler&Co’s font service, https://www.typography.com

    They host the style sheet, which you reference like:

    <link rel="stylesheet" type="text/css" href="//cloud.typography.com/6205112/714304/css/fonts.css" />

    And then reference the fonts by css:

    font-family: 'Chronicle SSm A', 'Chronicle SSm B';
    font-weight: 400;
    font-style: normal;

    Can this be input via the FontDeck meta boxes in theme customization, or do we need to override all of these styles manually (hoping for the former).

    Thanks,

    #92780
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please insert style sheet code at custom js at Admin -> Theme Options -> Custom JS. You need to make some changes in font css like you want to use this font for h1 heading font .

    h1{font-family: 'Chronicle SSm A', 'Chronicle SSm B';
    font-weight: 400;
    font-style: normal;
    }

    You can insert all css code at Admin -> Theme Options -> Custom CSS.
    Thanks 🙂
    With Best Regards
    Swift Ideas

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register