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