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