Use on the webTotal Use [ 6023 ] times
1Add to the head section of web page.
<link href="https://db.onlinewebfonts.com/c/886c6865503c24784e49a94f95b796cb?family=Cuadrifonte+W95+Pics" rel="stylesheet">
orUsing @import CSS directive, put the following line in add to your css file.(http | https)
@import url(https://db.onlinewebfonts.com/c/886c6865503c24784e49a94f95b796cb?family=Cuadrifonte+W95+Pics);
orUse font-face declaration Fonts.(http | https)
@font-face {
font-family: "Cuadrifonte W95 Pics";
src: url("https://db.onlinewebfonts.com/t/886c6865503c24784e49a94f95b796cb.eot");
src: url("https://db.onlinewebfonts.com/t/886c6865503c24784e49a94f95b796cb.eot?#iefix")format("embedded-opentype"),
url("https://db.onlinewebfonts.com/t/886c6865503c24784e49a94f95b796cb.woff2")format("woff2"),
url("https://db.onlinewebfonts.com/t/886c6865503c24784e49a94f95b796cb.woff")format("woff"),
url("https://db.onlinewebfonts.com/t/886c6865503c24784e49a94f95b796cb.ttf")format("truetype"),
url("https://db.onlinewebfonts.com/t/886c6865503c24784e49a94f95b796cb.svg#Cuadrifonte W95 Pics")format("svg");
}
2CSS rules to specify fonts
font-family: "Cuadrifonte W95 Pics";