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