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