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