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