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