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