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