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