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