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