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