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