Use on the webTotal Use [ 3558 ] times
1Add to the head section of web page.
<link href="https://db.onlinewebfonts.com/c/6bda4dcd9d8b8c915d5d91b4718c0d6a?family=F6eb722d8526a0641+-+subset+of+Parmigiano+Piccolo+Pro+Blk" 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/6bda4dcd9d8b8c915d5d91b4718c0d6a?family=F6eb722d8526a0641+-+subset+of+Parmigiano+Piccolo+Pro+Blk);
orUse font-face declaration Fonts.(http | https)
@font-face {
font-family: "F6eb722d8526a0641 - subset of Parmigiano Piccolo Pro Blk";
src: url("https://db.onlinewebfonts.com/t/6bda4dcd9d8b8c915d5d91b4718c0d6a.eot");
src: url("https://db.onlinewebfonts.com/t/6bda4dcd9d8b8c915d5d91b4718c0d6a.eot?#iefix")format("embedded-opentype"),
url("https://db.onlinewebfonts.com/t/6bda4dcd9d8b8c915d5d91b4718c0d6a.woff2")format("woff2"),
url("https://db.onlinewebfonts.com/t/6bda4dcd9d8b8c915d5d91b4718c0d6a.woff")format("woff"),
url("https://db.onlinewebfonts.com/t/6bda4dcd9d8b8c915d5d91b4718c0d6a.ttf")format("truetype"),
url("https://db.onlinewebfonts.com/t/6bda4dcd9d8b8c915d5d91b4718c0d6a.svg#F6eb722d8526a0641 - subset of Parmigiano Piccolo Pro Blk")format("svg");
}
2CSS rules to specify fonts
font-family: "F6eb722d8526a0641 - subset of Parmigiano Piccolo Pro Blk";