@font-face {
    font-family: "pammela";                           /* Name of font */
    src: url("pammela-webfont.woff2") format("woff2"), /* Route to each file and declaration of the font type */
         url("pammela-webfont.woff") format("woff"),
         url("pammela-webfont.otf") format("opentype");
}
