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