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