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