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