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