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