@font-face {
    font-family: 'Continuum'; /* Font name will need to be replaced and this name is what will be entered in the composer font settings */
    src: url('../fonts/contm-webfont.woff') format("woff"); 
    font-weight: 400; /* Font weight will be 700 for bold, 400 for regular, 300 for light, 100 for thin, 900 for heavy/black and 500 for book */
    font-style: normal; /* leave untouched unless they specifcally want an italics font */
}

@font-face {
    font-family: 'Continuum'; /* Font name will need to be replaced and this name is what will be entered in the composer font settings */
    src: url('../fonts/contb-webfont.woff') format("woff"); 
    font-weight: 700; /* Font weight will be 700 for bold, 400 for regular, 300 for light, 100 for thin, 900 for heavy/black and 500 for book */
    font-style: normal; /* leave untouched unless they specifcally want an italics font */
}

@font-face {
    font-family: 'Metropolis'; /* Font name will need to be replaced and this name is what will be entered in the composer font settings */
    src: url('../fonts/metropolis-regular-webfont.woff') format("woff"); 
    font-weight: 400; /* Font weight will be 700 for bold, 400 for regular, 300 for light, 100 for thin, 900 for heavy/black and 500 for book */
    font-style: normal; /* leave untouched unless they specifcally want an italics font */
}

@font-face {
    font-family: 'Metropolis'; /* Font name will need to be replaced and this name is what will be entered in the composer font settings */
    src: url('../fonts/metropolis_bold-a470-webfont.woff') format("woff"); 
    font-weight: 700; /* Font weight will be 700 for bold, 400 for regular, 300 for light, 100 for thin, 900 for heavy/black and 500 for book */
    font-style: normal; /* leave untouched unless they specifcally want an italics font */
}