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