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