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