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