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