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