@font-face {
    font-family: 'MiFuenteWeb';
    src: url(/assets/fonts/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMaxKUBGEe.woff2) format('woff2'),
         url(/assets/fonts/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBA.woff2) format('woff2');
    font-weight: normal;
    font-style: normal;
}

/* Aplicamos la fuente a toda la web y quitamos Arial */
body, h1, h2, h3, h4, h5, h6, p, a, span, div {
    font-family: 'MiFuenteWeb', sans-serif !important;
}