custom font

  • adamedwardson
    Asked on August 16, 2016 at 6:16 AM

    The font used across my site is Museo i have the following CSS for it. Do i simply paste this into the CSS section on the designer tab?

    /* Generated by Font Squirrel (http://www.fontsquirrel.com) on February 19, 2016 */

     

    @font-face {

        font-family: 'museo300';

        src: url('exljbris_-_museo-300-webfont.eot');

        src: url('exljbris_-_museo-300-webfont.eot?#iefix') format('embedded-opentype'),

             url('exljbris_-_museo-300-webfont.woff2') format('woff2'),

             url('exljbris_-_museo-300-webfont.woff') format('woff'),

             url('exljbris_-_museo-300-webfont.ttf') format('truetype'),

             url('exljbris_-_museo-300-webfont.svg#museo300') format('svg');

        font-weight: normal;

        font-style: normal;

    }

     

    @font-face {

        font-family: 'museo500';

        src: url('exljbris_-_museo-500-webfont.eot');

        src: url('exljbris_-_museo-500-webfont.eot?#iefix') format('embedded-opentype'),

             url('exljbris_-_museo-500-webfont.woff2') format('woff2'),

             url('exljbris_-_museo-500-webfont.woff') format('woff'),

             url('exljbris_-_museo-500-webfont.ttf') format('truetype'),

             url('exljbris_-_museo-500-webfont.svg#museo500') format('svg');

        font-weight: normal;

        font-style: normal;

    }

     

    @font-face {

        font-family: 'museo700';

        src: url('exljbris_-_museo-700-webfont.eot');

        src: url('exljbris_-_museo-700-webfont.eot?#iefix') format('embedded-opentype'),

             url('exljbris_-_museo-700-webfont.woff2') format('woff2'),

             url('exljbris_-_museo-700-webfont.woff') format('woff'),

             url('exljbris_-_museo-700-webfont.ttf') format('truetype'),

             url('exljbris_-_museo-700-webfont.svg#museo700') format('svg');

        font-weight: normal;

        font-style: normal;

    }

     

     

    When i click save it just sits there and spins for ages.

     

    Thanks

  • adamedwardson
    Replied on August 16, 2016 at 7:25 AM

    For anyone getting the same issues, forget the designer module and select "preferences" in the "setup and embed" tab.

    There is a "Custom CSS" tab under "Form Styles" and just inject the CSS in there and save. Then it actually sames and all is good.

  • Jan
    Replied on August 16, 2016 at 10:18 AM

    Sorry for the inconvenience. There's a similar report about the changes are not saving in Form Designer. It should be fixed now.

    I am assuming that you were able to use the custom font now, is that correct? You are actually right, inserting a CSS on the Form Designer is the same as inserting it in the Preferences.

    If you need any help, let us know. Thank you.