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