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