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