    @font-face {
        font-family: "custom_font";
        src: url("https://media.bchg.dk/filestore/bchg/system/config/custom_font.otf");
    }
    h1,h2,h3,h4,h5,h6,.Title {
        font-family: custom_font, Arial, Helvetica, sans-serif;
    }
    .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button,.ui-widget, body, input, textarea,
    select, button {
        font-family: custom_font, Arial, Helvetica, sans-serif;
    } 