MikeDre
4/8/2020 - 8:47 AM

Hex Hubspot Styling

<style>
    @font-face {
        font-family: 'heimatsans-regular-webfont';
        src: url('https://cdn2.hubspot.net/hubfs/6479538/Fonts/heimatsans-regular-webfont.woff') format('woff'), url('https://cdn2.hubspot.net/hubfs/6479538/Fonts/heimatsans-regular-webfont.woff2') format('woff2');
    }
    @font-face {
        font-family: 'heimatsans-bold-webfont';
        src: url('https://cdn2.hubspot.net/hubfs/6479538/Fonts/heimatsans-bold-webfont.woff') format('woff'), url('https://cdn2.hubspot.net/hubfs/6479538/Fonts/heimatsans-bold-webfont.woff2') format('woff2');
    }
    html, body {
        font-family: 'heimatsans-regular-webfont', -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"
    }

    h1, h2, h3, h4, h5, h6 {
            font-family: 'heimatsans-bold-webfont', -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"
    }
</style>