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