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