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