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