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