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