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