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