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