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