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