drenzzo
11/3/2016 - 11:47 PM

Cargar fuentes OTF en CSS

Cargar fuentes OTF en CSS

@font-face {
font-family: GraublauWeb;
src: url("path-to-the-font-file/GraublauWeb.otf") format("opentype");
}

@font-face {
font-family: GraublauWeb;
font-weight: bold;
src: url("path-to-the-font-file/GraublauWebBold.otf") format("opentype");
}