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