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